Skip to content

Commit

Permalink
fix flaglist
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiaCode committed Nov 10, 2022
1 parent 752fc01 commit 31c1de7
Show file tree
Hide file tree
Showing 4 changed files with 458 additions and 16 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,13 @@ Then visit [http://localhost:8787/](http://localhost:8787/)
If you don't already have an account, then [create a Cloudflare account here](https://dash.cloudflare.com/sign-up/pages). Next go to your dashboard and follow the [Cloudflare Pages deployment guide](https://developers.cloudflare.com/pages/framework-guides/deploy-anything/).

Within the projects "Settings" for "Build and deployments", the "Build command" should be `npm run build`, and the "Build output directory" should be set to `dist`.

## Express Server

This app has a minimal [Express server](https://expressjs.com/) implementation. After running a full build, you can preview the build using the command:

```
npm run serve
```

Then visit [http://localhost:8080/](http://localhost:8080/)
Loading

0 comments on commit 31c1de7

Please sign in to comment.