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
.github/workflows | ||
.idea | ||
public | ||
src | ||
.env | ||
.gitignore | ||
appuntiweb2.iml | ||
LICENSE.md | ||
package-lock.json | ||
package.json | ||
README.md |
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.