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-07-19 22:51:04 +02:00
.idea Update @rollup/plugin-replace 2020-07-03 02:09:38 +02:00
docs 0.5.8 2020-07-14 16:04:51 +02:00
src 0.5.8 2020-07-14 16:04:51 +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 lodash from 4.17.15 to 4.17.19 2020-07-19 20:50:09 +00:00
package.json 0.5.8 2020-07-14 16:04:51 +02:00
preact.config.js 0.5.2 2020-06-29 15:45:09 +02:00
README.md Update README.md 2020-06-29 17:06:37 +02:00
size-plugin.json 0.5.8 2020-07-14 16:04:51 +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, bump up the version number in the package.json and run in the previously cloned folder:

npm run ghpages

GitHub Pages will do the rest.