Skip to content

Commit

Permalink
Initial gitpod setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
harmen-xb committed Oct 18, 2023
1 parent c9d709b commit 6c51f51
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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

# To have the dependencies for Theia installed execute the following commands in the GitPod workspace once:
# sudo apt-get install libsecret-1-dev libxkbfile-dev
# nvm install 16.20.0
# pyenv install -s 3.11.4
# pyenv global 3.11.4

tasks:
- init: yarn install && yarn run build
command: yarn run watch


0 comments on commit 6c51f51

Please sign in to comment.