Skip to content

Commit 8d28cba

Browse files
committed
ReadMe
1 parent c5b289b commit 8d28cba

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
# fresh project
1+
# Kojin's Blog
2+
3+
This is Kojin's blog built in Deno (not Node.js) and Fresh (not React.js).
4+
5+
It's lightweight, doesn't use DB, and hosted on Deno Deploy.
26

37
### Usage
48

59
Start the project:
610

11+
Locally:
12+
```
13+
deno task start:dev
14+
```
15+
16+
Production:
717
```
818
deno task start
919
```
1020

11-
This will watch the project directory and restart as necessary.
21+
Both will watch the project directory and restart as necessary.

0 commit comments

Comments
 (0)