/recipe-book

A recipe book so I stop forgetting recipes

Primary LanguageJavaScriptMIT LicenseMIT

Dependencies

Node.js

Gatsby CLI

npm install gatsby-cli -g

Develop

Clone repo

git clone https://github.com/dijonmusters/recipe-book.git

Change into the directory

cd recipe-book

Install npm packages

npm install

Run in development mode

npm start

Open browser and navigate to address

http://localhost:8000/

Deploy

There is a hook for changes on the repository so simply commit and push changes to rebuild and deploy the site