1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-21 23:44:22 +00:00
Website for my public study material https://uni.steffo.eu
Find a file
2021-03-28 04:34:55 +02:00
.github/workflows 🔨 Update Telegram notify action 2021-03-23 23:02:14 +01:00
.idea 🧹 Reformat code 2021-03-24 16:14:33 +01:00
public 🔨 Add apache2 .htaccess file 2021-02-03 03:23:58 +01:00
src Port OLI 2021-03-25 20:44:45 +01:00
.env Implement footer 2021-01-31 02:09:45 +01:00
.gitignore First commit 2021-01-25 18:30:38 +01:00
appuntiweb2.iml Initialize project using Create React App 2021-01-25 17:25:08 +01:00
package-lock.json 🧹 Clean up some things 2021-03-24 15:38:24 +01:00
package.json ⬆ Bump version to 1.0.0 2021-03-24 17:12:11 +01:00
README.md Update README.md 2021-03-28 04:34:55 +02:00

Appuntiweb

A Preact website with all things I'm using to prepare for university exams!

See also: the new version

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, just push the commit to the main branch.

Render will do the rest.