Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tohsaka888/deno-blog-server
- Owner: tohsaka888
- Created: 2021-07-25T06:16:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:20:54.000Z (about 1 year ago)
- Last Synced: 2024-12-26T09:28:10.478Z (about 2 months ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```