Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NontasBak committed May 19, 2024
1 parent 7d2554b commit 67d2193
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions README.md
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.

0 comments on commit 67d2193

Please sign in to comment.