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-03-16 16:49:00 +01:00
.idea Update 2020-01-20 16:52:01 +01:00
docs Update calcoloNumerico.js 2020-03-16 16:49:00 +01:00
src Update calcoloNumerico.js 2020-03-16 16:49:00 +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 Use preact-cli 3.0.0-rc.10 2020-03-11 19:23:38 +01:00
package.json Use preact-cli 3.0.0-rc.10 2020-03-11 19:23:38 +01: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 calcoloNumerico.js 2020-03-16 16:49:00 +01: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.