All checks were successful
continuous-integration/drone/push Build is passing
21 lines
306 B
Markdown
21 lines
306 B
Markdown
# @odit/lfk-frontend
|
|
|
|
## ✒️ Overview
|
|
This is an API client for [https://git.odit.services/lfk/backend](@lfk/backend)
|
|
|
|
This application is intended for use by admin users/ members only.
|
|
|
|
## 🚀 Getting Started
|
|
```
|
|
pnpm i
|
|
```
|
|
## Development
|
|
```
|
|
pnpm dev
|
|
/
|
|
pnpm dev --open
|
|
```
|
|
## Build
|
|
```
|
|
pnpm build
|
|
``` |