Skip to content

raindigi/site-landing

 
 

Repository files navigation

Equithon 2019 Main Site

Build Status code style: prettier GitHub license

Main site of Equithon 2019, live here!

Setting up

  • Use git clone to clone this repository. Alternatively, download the source code.
  • Make sure required dependencies have been installed using npm install.

Development and testing

  • 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.

Building for production

  • 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.

About

Equithon 2019's landing page.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Shell 1.1%