move to client code only

This commit is contained in:
2021-03-19 16:48:27 +01:00
parent f8e858971f
commit 81750dc8e1
20 changed files with 22 additions and 77 deletions

View File

@@ -1,25 +1,20 @@
# @lfk/scanclient
## ✒️ Overview
This is an API client for @lfk/backend
This is an API client for [https://git.odit.services/lfk/backend](@lfk/backend)
- WebApp built with [Svelte](https://svelte.dev), [WindiCSS](https://windicss.org/) (to compile [TailwindCSS](https://tailwindcss.com/)) and [Vite](https://vitejs.dev).
- Served to clients via by [Electron](https://electronjs.org/).
## 🚀 Getting Started
```
yarn && cd app && yarn && cd ..
yarn
```
## WebApp Development
## Development
```
yarn dev
/
yarn dev --open
```
## Run in electron
## Build
```
yarn electron:start
```
# Package electron
```
yarn electron:package
yarn build
```