To run:
- make a new folder and open it in vscode or your favourite IDE
git clone https://github.com/rhildred/browserBlog.git .
npx http-server
(you will need to install node.js for this to work)- surf to http://localhost:8080
Alternatively:
- install the live server extension
- right click on index.html and select
Open with live server
This is a project that uses markdown, html5 and es6 to make a single page blog or portfolio. Look in the pages or items folder to see the markdown and the index.js meta-data.