Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 727 Bytes

File metadata and controls

25 lines (16 loc) · 727 Bytes

adamantmc blog

NodeJS Gatsby React

Source code for my blog.

Written using Gatsby and React.

Setting up

  1. Install nvm
  2. Install Node.js 20 via nvm install 20
  3. Clone the repo and cd into it
  4. Run nvm use 20
  5. Run npm install

Developing

To start an autoloading development instance, run npm run develop.

Building

To build the website, run npm run build.