+10 −4
| Original line number | Diff line number | Diff line |
|---|---|---|
# fresh project
|
||
# RSS Minima
|
||
### Usage
|
||
Simple self-hostable RSS reader written in Deno.
|
||
Start the project:
|
||
## Usage
|
||
Start the project in development mode, watching for file changes:
|
||
```
|
||
deno task start
|
||
```
|
||
This will watch the project directory and restart as necessary. |
||
Start the project in production mode:
|
||
```
|
||
deno run -A main.ts
|
||
``` |










