The new website for Hacksu -- expected launch date 2018
If you want to help out with the website, that's great! First, fork this repo. Then, do the following to set the website up on your computer:
-
Clone the forked repo with
git clone [your repo address]
in whatever directory you want to work in -
Go into the newly cloned repo by typing
cd 2018-Hacksu-ui-main/hacksu-ui
-
Run
npm install
-
Run
npm run dev
(You'll have to do this every time you want to see the website's build) -
The build ui should now be available when you go on a browser and go to
localhost:8080
. Nice!