We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59c6d26 + 1d34711 commit 378bb27Copy full SHA for 378bb27
.gitignore
@@ -13,4 +13,5 @@
13
vendor
14
.Rproj.user
15
16
-.fake
+.fake
17
+.env-secret
README.md
@@ -3,3 +3,28 @@
3
4
This repository stores the source of Computorg.
5
6
+
7
+## How to contribute to the website:
8
9
+- install quarto
10
+- install dotnet-sdk-8.0
11
12
+ ```bash
+ sudo apt-get install dotnet-sdk-8.0
+ ```
+- create an API key on github
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
25
+ GITHUB_TOKEN=your_github_token
26
27
28
+- Now, you can compile the website with
29
30
+ quarto-render
0 commit comments