The documentation for the "Läufersystem". Powered by Vuepress. Automatically deployed to docs.lauf-fuer-kaya.de https://docs.lauf-fuer-kaya.de
Go to file
Nicolai Ort 2d88c8ea9b Implemented basics for deployment via docker 2021-02-13 22:09:00 +01:00
src Added new pages to sidebar 2021-02-13 21:48:54 +01:00
.gitignore Added gitingore 2021-02-13 20:13:28 +01:00
.npmignore initial vuepress 2021-02-13 20:12:43 +01:00
Dockerfile Implemented basics for deployment via docker 2021-02-13 22:09:00 +01:00
README.md Added readme for the repo 2021-02-13 21:58:39 +01:00
docker-compose.yml Implemented basics for deployment via docker 2021-02-13 22:09:00 +01:00
nginx.conf Implemented basics for deployment via docker 2021-02-13 22:09:00 +01:00
package.json Updated basic infos in package 2021-02-13 21:52:06 +01:00

README.md

@lfk/documentation

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

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