1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-25 17:34:20 +00:00
Website for my public study material https://uni.steffo.eu
Find a file
2020-03-01 21:34:19 +01:00
.idea Update 2020-01-20 16:52:01 +01:00
docs Update website and README 2020-03-01 21:25:46 +01:00
src Update website and README 2020-03-01 21:25:46 +01: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 and README 2020-03-01 21:25:46 +01:00
package.json Update website and README 2020-03-01 21:25:46 +01:00
preact.config.js Update website and README 2020-03-01 21:25:46 +01:00
README.md Update README 2020-03-01 21:34:19 +01:00

uni.steffo.eu

A Preact website with all things I've used to prepare for university exams!

Contributing

All contributions are welcome! :D

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.