🎉 initial commit

This commit is contained in:
2021-03-30 20:10:12 +02:00
commit b902b081d7
25 changed files with 6280 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# @lfk/beamershow
## ✒️ Overview
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).
## 🚀 Getting Started
```
yarn
```
## Development
```
yarn dev
/
yarn dev --open
```
## Build
```
yarn build
```