Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 454 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 454 Bytes

Hack Club Applications

Apply to Hack Club, built with React and Next.js.

Setup

  1. Clone the repository and enter it
git clone https://github.com/hackclub/apply.git
cd apply
  1. Install packages & run
yarn && yarn run dev
  1. It should now be running, open localhost:8000 to view it

See CONTRIBUTING.md for more!