The documentation for the "Läufersystem".
Powered by Vuepress.
Automatically deployed to docs.lauf-fuer-kaya.de
https://docs.lauf-fuer-kaya.de
continuous-integration/drone/push Build is passing
Details
|
||
---|---|---|
.argo | ||
src | ||
.dockerignore | ||
.drone.yml | ||
.gitignore | ||
.npmignore | ||
Dockerfile | ||
README.md | ||
docker-compose.yml | ||
licenses.md | ||
nginx.conf | ||
package.json |
README.md
@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.
- Clone the repo or copy the docker-compose.yml
- Cd into the folder containing the docker-compose.yml
- Run docker-compose:
docker-compose up -d
- Visit http://127.0.0.1:8080/ to check if the server is running
Dev Setup 🛠
Local dev setup for previewing changes.
- Install Dependencies
yarn
- Start the server
yarn dev
Recommended Editor
Recommended Extensions
- will be automatically recommended via ./vscode/extensions.json