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