Skip to content

Commit

Permalink
πŸ“ "run locally" section in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Jan 22, 2025
1 parent 2999092 commit eaa25ad
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,26 @@ Simple [story points][] estimation
- [Remult][] - Data access layer
- [Vitest][] - Testing framework

## Run locally

Install dependencies:

```bash
npm ci
```

Build the client web app:

```bash
npm run build
```

Start the app server:

```bash
npm run start
```

[css grid]: https://developer.mozilla.org/en-us/docs/web/css/css_grid_layout
[demonstration app]: https://sphenoid-secret-antimony.glitch.me
[express]: https://expressjs.com
Expand Down

0 comments on commit eaa25ad

Please sign in to comment.