Skip to content

Commit

Permalink
Document running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Jan 26, 2023
1 parent 1857a69 commit 812e6ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ let num = EdgeConfig("EDGE_CONFIG_2").get("some-int-key").int

You can add a top level `public` folder that will be deployed statically to Vercel's CDN.

### Running Locally

Running server side locally has traditionally been a huge pain, but not anymore. This package makes it trivial to run code locally:

```bash
swift package --disable-sandbox vercel dev
```

This will build and run your Swift application and start a local server at [http://localhost:7676](http://localhost:7676)

## Deploy

### Locally
Expand Down

0 comments on commit 812e6ca

Please sign in to comment.