Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 289 Bytes

File metadata and controls

17 lines (12 loc) · 289 Bytes

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

#Clone the site
git clone https://github.com/kashsuks/neohack

#Install packages
npm install

#Run the server
npm start