Main site of Equithon 2019, live here!
- Use
git clone
to clone this repository. Alternatively, download the source code. - Make sure required dependencies have been installed using
npm install
.
- Execute:
gatsby develop
to view site in development mode with hot reloading enabled.npm run lint
to lint the project and verify that it's following coding style.
- Run
gatsby build
to generate a production optimized build. Files and artifacts will be stored in the/static
directory. - Run
gatsby serve
for a local production version of the site. - Run
firebase deploy
(if you're on the Equithon dev team only) to deploy the site.