Frontend
Go to file
Nicolai Ort 6491af19e3
All checks were successful
continuous-integration/drone/push Build is passing
🚀RELEASE v0.17.0
2023-03-15 13:35:48 +01:00
.devcontainer 🔨 dev container open 2021-04-03 18:31:03 +02:00
.pnpm-store/v3/files new license file version [CI SKIP] 2023-03-15 12:34:41 +00:00
.vscode added windicss settings for VSCode 2021-03-25 18:57:33 +01:00
public new license file version [CI SKIP] 2023-03-15 12:34:41 +00:00
src You can now create cards from runners by searching via #runnerid 2023-03-15 13:12:42 +01:00
.dockerignore 🐳 new Dockerfiles 2021-03-25 18:55:43 +01:00
.drone.yml Switched license generation to cache registry and pnpm 2023-03-15 13:34:14 +01:00
.gitignore wip: pnpm + node version 2023-03-14 09:29:27 +01:00
CHANGELOG.md 🚀RELEASE v0.17.0 2023-03-15 13:35:48 +01:00
docker-compose.yml 🐳 new Dockerfile 2020-12-20 18:23:30 +01:00
Dockerfile Pinned pnpm in dockerfile, thx @philipp 2023-03-15 13:29:33 +01:00
index.html 🚀RELEASE v0.17.0 2023-03-15 13:35:48 +01:00
LICENSE Added license to package 2021-02-18 17:08:19 +01:00
nginx.conf NGINX cache assets 2021-04-16 18:09:30 +02:00
order.js improved order script for scalability 2021-01-04 19:55:12 +01:00
package.json 🚀RELEASE v0.17.0 2023-03-15 13:35:48 +01:00
pnpm-lock.yaml package dependency fixes, bumps, lockfile update 2023-03-14 09:51:23 +01:00
postcss.config.cjs 🚚 move to tailwind 2021-04-15 19:22:57 +02:00
README.md 📃 added readme 2021-04-01 19:32:10 +02:00
tailwind.config.js Added bs import fix 2021-04-15 19:43:43 +02:00
versionbuilder.js basic ViteJS migration 2021-03-25 18:55:24 +01:00
vite.config.js Bumped vite build targets 2023-02-23 13:59:27 +01:00

@odit/lfk-frontend

✒️ Overview

This is an API client for https://git.odit.services/lfk/backend

This application is intended for use by admin users/ members only.

🚀 Getting Started

yarn

Development

yarn dev
/
yarn dev --open

Build

yarn build