An open API service indexing awesome lists of open source software.

https://github.com/vixalien/explosiv-blog

A simple blog created with Explosiv
https://github.com/vixalien/explosiv-blog

Last synced: 3 months ago
JSON representation

A simple blog created with Explosiv

Awesome Lists containing this project

README

        

# explosiv-blog

A simple blog that uses explosiv and markdown.

The blog posts are in the `blog` directory.

## How to start

1. Install NodeJS if you haven't already and clone this repository.
2. Install dependencies with `npm install` or `yarn`.
3. Run the site with `npm run start` or `yarn start`.
4. Visit the site at http://localhost:3000