Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tohsaka888/deno-blog-server

a blog server based on Deno
https://github.com/tohsaka888/deno-blog-server

Last synced: 4 days ago
JSON representation

a blog server based on Deno

Awesome Lists containing this project

README

        

# Usage
## Need
### You need to install pm2 first
https://pm2.keymetrics.io/

### Start
```shell
pm2 start app.sh
```

### Restart
```shell
pm2 restart app.sh
```