Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tubone24/nano-prof
https://github.com/tubone24/nano-prof
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/tubone24/nano-prof
- Owner: tubone24
- Created: 2021-11-16T16:28:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:32:33.000Z (about 1 year ago)
- Last Synced: 2024-04-13T04:55:38.404Z (9 months ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nano_prof
## Precondition
- deno 1.16.x
start local server with npm script
```
npm start
```or run manual
```
deno run --no-check --allow-net --allow-read --unstable --config tsconfig.json server.tsx
```