Skip to content

Commit

Permalink
Add running instructions (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanCacqueray authored Jan 4, 2025
1 parent 589e46f commit 317ea30
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# nudelsalat

[flok](https://github.com/munshkr/flok/tree/main/packages/example-vanilla-js) client testing.

## Running Locally

After cloning the project, you can run nudel locally:

```bash
pnpm i
pnpm dev
```

Disconnect your environment from the public nudel by changing
the hostname to 'localhost' in the main.js.

0 comments on commit 317ea30

Please sign in to comment.