Skip to content

Commit 2fce869

Browse files
SisyphusZhengmarvinhagemeisterbartlomieju
authored
docs: update project setup commands in READMEs (#3334)
## Summary - Update init command in `README.md` from `deno run -A -r https://fresh.deno.dev` to `deno run -Ar jsr:@fresh/init` to match Fresh 2.x - Fix `www/README.md` to use `deno task dev` (Vite dev server) instead of `deno task start` (production server) for development workflow --------- Co-authored-by: Marvin Hagemeister <marvinhagemeister50@gmail.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
1 parent 882b782 commit 2fce869

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ This is the Fresh website source. The Fresh website contains:
77

88
### Usage
99

10-
Start the project:
10+
Start the development server:
1111

1212
```
13-
deno task start
13+
deno task dev
1414
```
1515

1616
This will watch the project directory and restart as necessary.

0 commit comments

Comments
 (0)