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
dependabot[bot] f567c85e2d
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-12 10:20:38 +00:00
.run 0.8.14 2020-09-01 18:57:10 +02:00
docs 0.10.5 2020-11-22 16:45:33 +01:00
src 0.10.5 2020-11-22 16:45:33 +01:00
.gitattributes sleepdate 2020-01-28 02:33:09 +01:00
.gitignore 0.8.13 2020-09-01 18:50:05 +02:00
LICENSE.md Update 2020-05-28 03:08:26 +02:00
package-lock.json Bump ini from 1.3.5 to 1.3.8 2020-12-12 10:20:38 +00:00
package.json 0.10.5 2020-11-22 16:45:33 +01:00
preact.config.js 0.10.0 2020-10-14 03:54:00 +02:00
README.md Update README 2020-09-01 19:20:45 +02:00
size-plugin.json 0.10.5 2020-11-22 16:45:33 +01:00

Appuntiweb

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/appuntiweb.git
cd appuntiweb
npm install --dev
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 all

GitHub Pages will do the rest.