1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-22 16:04:21 +00:00
Website for my public study material https://uni.steffo.eu
Find a file
2020-05-23 23:32:09 +02:00
.idea Update 2020-01-20 16:52:01 +01:00
docs update 2020-05-23 07:37:27 +02:00
src Move old components in a different folder 2020-05-23 23:32:09 +02:00
.gitattributes sleepdate 2020-01-28 02:33:09 +01:00
.gitignore A much needed refactor 2019-12-09 16:29:44 +01:00
LICENSE.md Update website and README 2020-03-01 21:25:46 +01:00
package-lock.json Update website 2020-04-22 19:02:48 +02:00
package.json Update website 2020-04-22 19:02:48 +02:00
preact.config.js Update website and README 2020-03-01 21:25:46 +01:00
README.md Something 2020-03-01 22:18:41 +01:00
size-plugin.json update...? 2020-05-23 07:38:07 +02:00

uni.steffo.eu

A Preact website with all things I'm using to prepare for university exams!

maintenance: actively-developed

Contributing

All contributions are welcome!

Please help me making this an useful resource to all students everywhere, and correct mistakes if you find them! :D

Developing

Running a local copy

If you want to run a local copy of the website, ensure the latest nodejs and npm are installed on your machine then run:

git clone https://github.com/Steffo99/uni.steffo.eu.git
cd "uni.steffo.eu"
npm install
npm run start

Updating the website

To update the published website, run in the previously cloned folder:

npm run build
git add docs
git commit -m "Update website"
git push

GitHub Pages will do the rest.