Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heapwolf/blog
personal blog
https://github.com/heapwolf/blog
Last synced: 25 days ago
JSON representation
personal blog
- Host: GitHub
- URL: https://github.com/heapwolf/blog
- Owner: heapwolf
- Created: 2012-10-14T12:58:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T11:48:21.000Z (about 2 years ago)
- Last Synced: 2024-10-18T16:46:25.757Z (26 days ago)
- Language: HTML
- Homepage: https://hx.ht
- Size: 2.19 MB
- Stars: 73
- Watchers: 8
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SYNOPSIS
A small blog that uses github issues as a database# BUILD
If you want to make changes to the code, just run the following commands```bash
npm install
npm run build
```