Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

docs: contribute Rock 5 setup guide #166

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This configuration file is for GitPod Continuous Dev Environment
# Docs here: (see https://www.gitpod.io/docs/config-gitpod-file)

tasks:
- init: |
nvm install && nvm use
yarn nvm && yarn install && yarn run build
command: |
nvm install && nvm use
yarn nvm && yarn run dev
Loading