-
Install packages
Ensure you are using Node.js version 14. If you need to manage multiple Node.js version installations on a single host, try using
nvm.Then, do
yarnfrom the project root directory.
-
Start API server
Clone repo
schmidt-apiand follow the README instructions to get it started.
-
Start Gatsby development server
Do
yarn startfrom the project root directory to start the project and checklocalhost:8000for the site.