This site is created with Gatsby.
-
Prerequisites
Minimal node version: See the
.nvmrcfile.If you use
nvm, you can change the node version used locally withnvm use.
It loads the version specified in the.nvmrcfile. -
Start developing
Install dependencies.
npm install
Start the development server
npm start
Your site is now running at http://localhost:8000!
You can modify a file fromsrcto see your site update in real-time! -
Learn more