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

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.

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`