Skip to content

Commit 1d34711

Browse files
committed
Added a README on how to compile the website
1 parent 59c6d26 commit 1d34711

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
vendor
1414
.Rproj.user
1515

16-
.fake
16+
.fake
17+
.env-secret

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,28 @@
33

44
This repository stores the source of Computorg.
55

6+
7+
## How to contribute to the website:
8+
9+
- install quarto
10+
- install dotnet-sdk-8.0
11+
12+
```bash
13+
sudo apt-get install dotnet-sdk-8.0
14+
```
15+
16+
- create an API key on github
17+
18+
- go to your settings
19+
- Then developer settings
20+
- Then create a github token
21+
22+
- Put the token in .env-secret in the root of this repository
23+
24+
```bash
25+
GITHUB_TOKEN=your_github_token
26+
```
27+
28+
- Now, you can compile the website with
29+
30+
quarto-render

0 commit comments

Comments
 (0)