chore: README

This commit is contained in:
Philipp Dormann 2024-12-18 18:12:12 +01:00
parent 0ca99e7a16
commit 91c257f3ba
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -7,15 +7,15 @@ This is an API client for [https://git.odit.services/lfk/backend](@lfk/backend)
## 🚀 Getting Started
```
yarn
pnpm i
```
## Development
```
yarn dev
pnpm dev
/
yarn dev --open
pnpm dev --open
```
## Build
```
yarn build
pnpm build
```