❗ This is a fork of alxshelepenok/gatsby-starter-lumen ❗
This design is simplistic and enables me to pen some thoughts down.
- Install
nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash
- Set
nvm
to use node14
nvm install 14 nvm use 14
- Install gatsby
sudo npm install -g gatsby-cli
-
Clone repo and run
npm install
-
For the development build, use
gatsby develop
-
For the production build, use
gatsby build