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-07-12 10:16:33 +02:00
.github/workflows 🔨 Update Telegram notify action 2021-03-23 23:02:14 +01:00
.idea 🔨 Update project settings 2021-07-11 10:19:55 +02:00
public Add files via upload 2021-03-28 04:52:32 +02:00
src Correct mistake in the Okapi model 2021-07-12 10:16:33 +02: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
LICENSE.md Create LICENSE.md 2021-03-28 05:13:52 +02:00
package-lock.json ⬆ Update dependencies where possible 2021-07-11 10:20:07 +02:00
package.json ⬆ Bump version to 1.0.0 2021-03-24 17:12:11 +01:00
README.md 🗒 Update README.md 2021-07-11 18:24:24 +02:00

Appuntiweb

A React app I use 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/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.