15
15
</a >
16
16
<img alt =" Discord " src =" https://img.shields.io/github/commit-activity/m/makeplane/plane?style=for-the-badge " />
17
17
</p >
18
- < br />
18
+
19
19
<p >
20
- <a href="https://app.plane.so/" target="_blank">
20
+ <a href="https://app.plane.so/#gh-light-mode-only " target="_blank">
21
21
<img
22
- src="https://res.cloudinary.com/toolspacedev/image/upload/v1680599798/Plane/plane_1_1_tnb32j.png"
22
+ src="https://ik.imagekit.io/killbluedog/Plane_Screen.png?updatedAt=1684942001069"
23
+ alt="Plane Screens"
24
+ width="100%"
25
+ />
26
+ </a>
27
+ <a href="https://app.plane.so/#gh-dark-mode-only" target="_blank">
28
+ <img
29
+ src="https://ik.imagekit.io/killbluedog/Plane_Screens_Dark_Mode.png?updatedAt=1684942388044"
23
30
alt="Plane Screens"
24
31
width="100%"
25
32
/>
@@ -38,22 +45,18 @@ The easiest way to get started with Plane is by creating a [Plane Cloud](https:/
38
45
39
46
### Docker Compose Setup
40
47
41
- - Clone the Repository
48
+ - Clone the repository
42
49
43
50
``` bash
44
51
git clone https://github.com/makeplane/plane
45
- ```
46
-
47
- - Change Directory
48
-
49
- ``` bash
50
52
cd plane
53
+ chmod +x setup.sh
51
54
```
52
55
53
56
- Run setup.sh
54
57
55
58
``` bash
56
- ./setup.sh localhost
59
+ ./setup.sh http:// localhost
57
60
```
58
61
59
62
> If running in a cloud env replace localhost with public facing IP address of the VM
69
72
- Run Docker compose up
70
73
71
74
``` bash
72
- docker-compose -f docker- compose-hub.yml up
75
+ docker compose up -d
73
76
```
74
77
75
78
<
strong >You can use the default email and password for your first login
` [email protected] ` and
` password123 ` .</
strong >
@@ -89,42 +92,63 @@ docker-compose -f docker-compose-hub.yml up
89
92
## 📸 Screenshots
90
93
91
94
<p >
92
- <a href="https://app. plane.so/ " target="_blank">
95
+ <a href="https://plane.so" target="_blank">
93
96
<img
94
- src="https://res.cloudinary.com/toolspacedev/image/upload/v1680601719/Plane/plane_2_iqao52 .png"
95
- alt="Plane Issue Details "
97
+ src="https://ik.imagekit.io/killbluedog/Plane_Views_Dark_Mode .png?updatedAt=1684943050275 "
98
+ alt="Plane Views "
96
99
width="100%"
97
100
/>
98
101
</a>
99
- </p >
102
+ </p >
100
103
<p >
101
- <a href="https://app. plane.so/ " target="_blank">
104
+ <a href="https://plane.so" target="_blank">
102
105
<img
103
- src="https://res.cloudinary.com/toolspacedev/image/upload/v1680604273/Plane/plane_5_1_nwsl3a.png"
106
+ src="https://ik.imagekit.io/killbluedog/Plane_Issue_Detail_Dark_Mode.png?updatedAt=1684943050202"
107
+ alt="Plane Issue Details"
108
+ width="100%"
109
+ />
110
+ </a>
111
+ </p >
112
+ <p >
113
+ <a href="https://plane.so" target="_blank">
114
+ <img
115
+ src="https://ik.imagekit.io/killbluedog/Plane_Cycles___Modules_Dark_Mode.png?updatedAt=1684943050281"
104
116
alt="Plane Cycles and Modules"
105
117
width="100%"
106
118
/>
107
119
</a>
108
- </p >
109
- <p >
110
- <a href="https://app. plane.so/ " target="_blank">
120
+ </p >
121
+ <p >
122
+ <a href="https://plane.so" target="_blank">
111
123
<img
112
- src="https://res.cloudinary.com/toolspacedev/image/upload/v1680601713/Plane/plane_4_cqm0g8 .png"
113
- alt="Plane Quick Lists "
124
+ src="https://ik.imagekit.io/killbluedog/Plane_Analytics_Dark_Mode .png?updatedAt=1684944596824 "
125
+ alt="Plane Analytics "
114
126
width="100%"
115
127
/>
116
128
</a>
129
+ </p >
130
+ <p >
131
+ <a href="https://plane.so" target="_blank">
132
+ <img
133
+ src="https://ik.imagekit.io/killbluedog/Plane_Pages_Dark_Mode.png?updatedAt=1684943050202"
134
+ alt="Plane Pages"
135
+ width="100%"
136
+ />
137
+ </a>
138
+ </p >
117
139
</p >
118
- <p >
119
- <a href="https://app. plane.so/ " target="_blank">
140
+ <p >
141
+ <a href="https://plane.so" target="_blank">
120
142
<img
121
- src="https://res.cloudinary.com/toolspacedev/image/upload/v1680601712/Plane/plane_3_1_cu4fsc .png"
122
- alt="Plane Command K "
143
+ src="https://ik.imagekit.io/killbluedog/Plane_Commad_K_Dark_Mode .png?updatedAt=1684943050312 "
144
+ alt="Plane Command Menu "
123
145
width="100%"
124
146
/>
125
147
</a>
148
+ </p >
126
149
</p >
127
150
151
+
128
152
## 📚Documentation
129
153
130
154
For full documentation, visit [ docs.plane.so] ( https://docs.plane.so/ )
0 commit comments