Skip to content

FUK-Info-dashboard

Run locally

bash
git clone https://gitlab.opencode.de/lfe/fuk/FUK-Info-Dashboard.git
cd FUK-Info-Dashboard
npm install
npm run docs:dev

Open your browser and navigate to http://localhost:5173/.

Setup for your own use

bash
cd FUK-Info-Dashboard
cp .env.example .env

Edit the .env file and set your Supabase URL and Anon Key.

Build for production

Page is automatically built and deployed to GitHub Pages on every push to the main branch.

Dependant on your Platform: VuePress Deployment.

Last updated: