From fe0ac8aa14e4035e80ca7e03a59c2e2d42040102 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 14 Oct 2021 12:57:54 +1300 Subject: [PATCH] Add gitpod basic support --- manuscript/.gitpod.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 manuscript/.gitpod.yml diff --git a/manuscript/.gitpod.yml b/manuscript/.gitpod.yml new file mode 100644 index 0000000..d49fa4d --- /dev/null +++ b/manuscript/.gitpod.yml @@ -0,0 +1,6 @@ +image: squidfunk/mkdocs-material +tasks: + - init: pip install -r requirements.txt +ports: + - port: 8000 + onOpen: open-preview \ No newline at end of file