Gotta Go Hack association website
- Node.JS >=12.0.0
$ npm i$ npm run devThe website can then be opened https://localhost:3000 and any change made to the code will instantly be reflected on it.
$ npm run buildThe output is located in the build/ folder and is a static website ready to be deployed.