Skip to content

Commit

Permalink
Update README to include setup script instructions and project config…
Browse files Browse the repository at this point in the history
…uration details
  • Loading branch information
sergiodxa committed Dec 19, 2024
1 parent 35165ac commit 1935f1b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,14 @@ Create a new React application using the Edge-first Starter Kit:

```sh
npx degit edgefirst-dev/starter-worker my-app
cd my-app
bun install
bun run setup
```

Once you're inside the repo follow the instructions in the [setup docs](docs/setup.md) file.
The `setup` script will ask for your project name, and other information to configure the project locally and on Cloudflare.

Check the [setup docs](./docs/setup.md) for more information.

## Author

Expand Down

0 comments on commit 1935f1b

Please sign in to comment.