move to client code only
This commit is contained in:
15
README.md
15
README.md
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user