Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 874 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 874 Bytes

CodeFactor

My personal blog. Forked from Gatsby blog starter and some inspiration from Abramov Blog overreacted.io. Syntax theme based on Sarah Drasner's Night Owl with small tweaks.

Startup

Step by step to get this up and running

Clone repo and go to project folder

git clone https://github.com/stanleygomes/from-tatooine.git && cd from-tatooine

Install dependencies

npm install

Serve

Serve using gatsby

npm run dev

To test it on the browser, simply go to: http://localhost:8000