Skip to content
Snippets Groups Projects
Commit e2523a43 authored by Andrei Jiroh Eugenio Halili's avatar Andrei Jiroh Eugenio Halili :school:
Browse files

Setup some Gitpod magic


I'll do the custom Dockerfile setup soon.

Signed-off-by: default avatarAndrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
parent b4a1da1d
No related branches found
No related tags found
No related merge requests found
ports:
- port: 8000
tasks:
- init: |
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
npm install
command: |
source .venv/bin/activate
mkdocs serve
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment