1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2025-02-16 15:53:58 +00:00
triennale-appunti-steffo/README.md
2020-03-01 21:39:43 +01:00

831 B

uni.steffo.eu

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

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.