# neohack The website and stuff for the Neohack YSWS for Hack Club # Local Development In order to work on the website locally, use the following commands ```bash #Clone the site git clone https://github.com/kashsuks/neohack #Install packages npm install #Run the server npm start ```