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-06-08 20:56:31 +02:00
.idea Update 2020-05-28 03:08:26 +02:00
docs 0.3.6 2020-06-08 20:54:32 +02:00
src 0.3.6 2020-06-08 20:54:32 +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
.sentryclirc Update 2020-05-28 03:08:26 +02:00
LICENSE.md Update 2020-05-28 03:08:26 +02:00
package-lock.json Bump websocket-extensions from 0.1.3 to 0.1.4 2020-06-07 23:25:28 +00:00
package.json 0.3.6 2020-05-28 20:14:48 +02:00
preact.config.js Update 2020-05-28 16:27:17 +02:00
README.md Something 2020-03-01 22:18:41 +01:00
size-plugin.json 0.3.6 2020-06-08 20:54:32 +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.