/lumen

My personal site :]

Primary LanguageJavaScriptMIT LicenseMIT

💡 Lumen 💡

❗ This is a fork of alxshelepenok/gatsby-starter-lumen

This design is simplistic and enables me to pen some thoughts down.

🐬 Getting Started

  1. Install nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.1/install.sh | bash

  1. Set nvm to use node14

nvm install 14 nvm use 14

  1. Install gatsby

sudo npm install -g gatsby-cli

  1. Clone repo and run npm install

  2. For the development build, use gatsby develop

  3. For the production build, use gatsby build