-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitpod.yml
115 lines (101 loc) · 3.21 KB
/
.gitpod.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
tasks:
- name: monorepo
init: |
npm install -g npm@10.2.0
npm install -g bun
git config lfs.https://github.com/beingofexistence/dx.git/info/lfs.locksverify false
command: |
echo "hello -> beingofexistence"
- name: remix
init: |
cd cores && cd remix && docker pull remixproject/remix-ide:latest && docker run -p 8080:80 remixproject/remix-ide:latest
command: |
docker run -p 8080:80 remixproject/remix-ide:latest
- name: remix
init: |
cd cores/remix && docker pull remixproject/remix-ide:latest && docker run -p 8080:80 remixproject/remix-ide:latest
command: |
docker run -p 8080:80 remixproject/remix-ide:latest
- name: Terminal 1
openMode: split-right
command: echo 'This is Terminal 1'
- name: Terminal 2
openMode: split-right
command: echo 'This is Terminal 2'
- name: Terminal 3
openMode: split-right
command: echo 'This is Terminal 3'
- name: Terminal 4
openMode: split-right
command: echo 'This is Terminal 4'
- name: Terminal 5
openMode: split-right
command: echo 'This is Terminal 5'
# docker run -it --init -p 3000:3000 -v "$(pwd):/home/workspace:cached" 7c0e19dd4517
# docker pull gitpod/openvscode-server
# - name: nextui
# init: |
# cd nextui && pnpm install
# command: |
# cd apps/docs pnpm run dev
# - name: nextui
# init: |
# cd nextui && pnpm install
# command: |
# cd apps/docs pnpm run dev
# - name: dxcode
# init: |
# bash dxcode.sh
# cd openvscode-server-redesignded && yarn run installation && yarn run run-app && cd ..
# - name: Nextui
# init: |
# cd inspirations && cd www && pnpm install
# pnpm run build
# command: |
# pnpm run dev
# - name: terminalflow-typescript
# init: |
# cd packages && cd terminalflow && pnpm install
# pnpm run typescript
# command: |
# pnpm run dev
# - name: terminalflow
# init: |
# cd packages && cd terminalflow && pnpm install
# command: |
# pnpm run dev
# - name: tailwindcss-documentation
# init: |
# cd inspirations &&
# git clone https://github.com/beingofexistence/tailwindcss-documentation.git &&
# cd tailwindcss-documentation &&
# rm -rf .git
# command: |
# yarn install &&
# yarn run build
# - name: nextui
# init: |
# cd inspirations &&
# git clone https://github.com/beingofexistence/nextui.git &&
# cd nextui &&
# rm -rf .git
# - name: material-ui
# init: |
# cd inspirations &&
# git clone https://github.com/beingofexistence/material-ui.git &&
# cd material-ui &&
# rm -rf .git
# command: |
# yarn install
# - name: nextjs
# init: |
# cd inspirations &&
# git clone https://github.com/vercel/next.js.git &&
# cd next.js &&
# rm -rf .git
# - name: WorkSpace
# init: |
# pnpm install
# pnpm run build
# - name: Terminal
# init: |