-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,25 @@ | ||
# sapiloguide | ||
|
||
Past exam solutions for thmmy. You can find all the currently added solutions below: | ||
|
||
- [ΣΗΕ1 (Συστήματα Ηλεκτρικής Ενέργειας 1)](https://nontasbak.github.io/sapiloguide/pdfs/SHE1_sapiloguide.pdf) | ||
- [ΣΗΕ2 (Συστήματα Ηλεκτρικής Ενέργειας 2)](https://nontasbak.github.io/sapiloguide/pdfs/SHE2_sapiloguide.pdf) | ||
- [ΣΗΕ 1 (Συστήματα Ηλεκτρικής Ενέργειας 1)](https://nontasbak.github.io/sapiloguide/pdfs/SHE1_sapiloguide.pdf) | ||
- [ΣΗΕ 2 (Συστήματα Ηλεκτρικής Ενέργειας 2)](https://nontasbak.github.io/sapiloguide/pdfs/SHE2_sapiloguide.pdf) | ||
- [Τηλεπ 2 (Τηλεπικοινωνιακά Συστήματα 2)](https://nontasbak.github.io/sapiloguide/pdfs/Thlep2_sapiloguide.pdf) | ||
|
||
## Contribute | ||
|
||
Contributions are welcome and appreciated. The notes are written in [tldraw](https://www.tldraw.com/), there is also a VScode extension you can use. You need to follow these steps in order: | ||
|
||
- Download git on your pc | ||
- Fork the repository | ||
- Clone the fork you just made | ||
- Modify/Add the .tldr files in the src folder | ||
- Commit and push your changes | ||
- Make a pull request (PR) | ||
- Github actions will automatically build the pdfs once the PR is approved | ||
- Download git on your pc | ||
- Fork the repository | ||
- Clone the fork you just made | ||
- Modify/Add the .tldr files in the src folder | ||
- Commit and push your changes | ||
- Make a pull request (PR) | ||
- Github actions will automatically build the pdfs once the PR is approved | ||
|
||
If you want to contribute to the code and/or build the pdf files yourself follow these steps: | ||
|
||
- Install node.js on your pc and run `npm install` | ||
- Run `npm run build` to build all of the pdf files (not recommended) | ||
- or run `npm start` and the code will automatically detect your changed .tldr files through git (make sure you haven't commited the files before you run it). This is recommended if you want to save time. | ||
|
||
|
||
|
||
|
||
- Install node.js on your pc and run `npm install` | ||
- Run `npm run build` to build all of the pdf files (not recommended) | ||
- or run `npm start` and the code will automatically detect your changed .tldr files through git (make sure you haven't commited the files before you run it). This is recommended if you want to save time. |