You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/devel.md
+5-11
Original file line number
Diff line number
Diff line change
@@ -4,32 +4,26 @@
4
4
5
5
- Clone the [agola-web repository](https://github.com/agola-io/agola-web)
6
6
7
-
For the first time you'll need the `vue cli` and its services installed as global modules:
8
-
9
-
```
10
-
npm install -g @vue/cli @vue/cli-service-global
11
-
```
12
-
13
7
Inside the `agola-web` repository run:
14
8
15
-
```
16
-
npm install
17
-
npm run serve
9
+
```sh
10
+
pnpm install
11
+
pnpm run serve
18
12
```
19
13
20
14
### Build the agola binary
21
15
22
16
To build agola we usually test and support the latest two major versions of Go like in the [Go release policy](https://golang.org/doc/devel/release.html#policy).
23
17
24
-
```
18
+
```sh
25
19
make
26
20
```
27
21
28
22
### Start the agola server
29
23
30
24
- Copy the `example/agolademo/config.yml` where you prefer
0 commit comments