mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-10 03:39:38 +00:00
17 lines
No EOL
573 B
YAML
17 lines
No EOL
573 B
YAML
# This configuration file was automatically generated by Gitpod.
|
|
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
|
|
# and commit this file to your remote git repository to share the goodness with others.
|
|
|
|
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
|
|
|
|
tasks:
|
|
- init: |
|
|
python3 -m venv .venv
|
|
source .venv/bin/activate
|
|
pip3 install -r requirements.txt
|
|
command: mkdocs serve
|
|
|
|
ports:
|
|
- port: 8000
|
|
onOpen: notify
|
|
visibility: public |