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
- Host: GitHub
- URL: https://github.com/vixalien/explosiv-blog
- Owner: vixalien
- Created: 2021-12-23T14:47:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T14:48:05.000Z (over 3 years ago)
- Last Synced: 2025-02-05T01:41:59.719Z (4 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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