docs/README.md

884 B

@lfk/documentation

The documentation for the LfK! 'Läufersystem'. Powered by Vuepress.

The main language for the content is German (since our primary target audience is the Lauf für Kaya! Team at a local German school).

Quickstart 🐳

Use this to run the documentation server via docker.

  1. Clone the repo or copy the docker-compose.yml
  2. Cd into the folder containing the docker-compose.yml
  3. Run docker-compose: docker-compose up -d
  4. Visit http://127.0.0.1:8080/ to check if the server is running

Dev Setup 🛠

Local dev setup for previewing changes.

  1. Install Dependencies
    yarn
    
  2. Start the server
    yarn dev
    

Visual Studio Code

  • will be automatically recommended via ./vscode/extensions.json