Skip to content

Commit

Permalink
feat: deployment instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
LedaThemis committed Jan 14, 2024
1 parent 78ec895 commit 07ee158
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
@@ -1 +1,21 @@
# Client

### Deployment

- Install dependencies

```
$ yarn install
```

- Build

```
$ yarn build
```

- Serve

```
$ yarn serve
```

0 comments on commit 07ee158

Please sign in to comment.