This site is developed using GatsbyJS.
-
Getting started.
Clone this repository and install node dependencies:
cd colabo-web/ npm run install -
Launch local instance of site for development.
Once depndencies are installed, launch the site locally:
npm run develop
The site should be running at http://localhost:8000 after that.
Changes to any of the source or content files will update the site in real-time.
-
GatsbyJS development resources