scanclient/README.md

20 lines
402 B
Markdown
Raw Permalink Normal View History

2021-03-14 18:39:46 +00:00
# @lfk/scanclient
2021-03-08 21:20:48 +00:00
2021-03-14 18:39:46 +00:00
## ✒️ Overview
2021-03-19 15:48:27 +00:00
This is an API client for [https://git.odit.services/lfk/backend](@lfk/backend)
2021-03-14 18:39:46 +00:00
- WebApp built with [Svelte](https://svelte.dev), [WindiCSS](https://windicss.org/) (to compile [TailwindCSS](https://tailwindcss.com/)) and [Vite](https://vitejs.dev).
2021-03-14 18:06:51 +00:00
2021-03-14 18:39:46 +00:00
## 🚀 Getting Started
2021-03-14 18:26:21 +00:00
```
2021-03-19 15:48:27 +00:00
yarn
2021-03-14 19:07:11 +00:00
```
2021-03-19 15:48:27 +00:00
## Development
2021-03-14 19:07:11 +00:00
```
yarn dev
/
yarn dev --open
2021-03-14 18:26:21 +00:00
```
2021-03-19 15:48:27 +00:00
## Build
2021-03-14 18:06:51 +00:00
```
2021-03-19 15:48:27 +00:00
yarn build
2021-03-14 18:39:46 +00:00
```