File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed
Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 1414.Rproj.user
1515.env-secret
1616.fake
17+ * _files /
Original file line number Diff line number Diff line change 44This repository stores the source of Computorg.
55
66
7- ## How to contribute to the website:
7+ ## How to contribute to the website
88
9- - install quarto
10- - install dotnet-sdk-8.0
9+ - Install [ quarto] ( https://quarto.org/docs/get-started/ )
1110
11+ - Install DotNet SDK 8.0
12+
13+ - Linux:
1214 ``` bash
1315 sudo apt-get install dotnet-sdk-8.0
1416 ```
17+ - macOS:
18+ ` ` ` bash
19+ brew install dotnet
20+ ` ` `
1521
16- - create an API key on github
22+ - Create an API key on github (personal access token)
1723
18- - go to your settings
24+ - Go to your settings
1925 - Then developer settings
2026 - Then create a github token
2127
22- - Put the token in .env-secret in the root of this repository
28+ - Put the token in a file named ` .env-secret` in the root of this repository
2329
2430 ` ` ` bash
2531 GITHUB_TOKEN=your_github_token
2632 ` ` `
2733
28- - Now, you can compile the website with
29-
30- quarto-render
34+ - Now, you can compile the website with ` quarto render .`
You can’t perform that action at this time.
0 commit comments