https://github.com/maybethisisru/celestial-microblog
A static site micro-blog purely for experimenting with and moving Celestial forward.
https://github.com/maybethisisru/celestial-microblog
Last synced: 8 months ago
JSON representation
A static site micro-blog purely for experimenting with and moving Celestial forward.
- Host: GitHub
- URL: https://github.com/maybethisisru/celestial-microblog
- Owner: MaybeThisIsRu
- Created: 2020-08-11T07:23:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T20:37:53.000Z (over 3 years ago)
- Last Synced: 2025-02-15T08:12:38.264Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://celestial-microblog.vercel.app
- Size: 798 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# celestial-microblog
A static site micro-blog purely for experimenting with and moving [Celestial](https://github.com/hirusi/Celestial) forward.
## How to Use
### Local Development
* `nvm use`
* `npm install`
* `npm run dev`
* Open `localhost:8080` on your browser
### Production
* `npm run prod`