mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-21 15:34:21 +00:00
Website for my public study material
https://uni.steffo.eu
.vscode | ||
components | ||
pages | ||
public | ||
styles | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
next-env.d.ts | ||
next.config.js | ||
next.config.wizardcopy.js | ||
package.json | ||
README.md | ||
sentry.client.config.js | ||
sentry.properties | ||
sentry.server.config.js | ||
tsconfig.json | ||
yarn.lock |
Unisteffo + Appuntiweb
A website containing the material I made 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
yarn install
yarn run dev
Updating the website
To update the published website, just push the commit to the main
branch.
Vercel will do the rest.
Pull Requests are previewed through Vercel as well: when the deploy is complete, a bot will comment with the preview link.