1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-10-16 06:17:32 +00:00
Website for my public study material https://uni.steffo.eu
Find a file
2022-06-29 09:59:12 +02:00
.vscode Port VSC launch config from @Steffo99/festa 2022-06-28 18:37:43 +02:00
components Use next/link even in compatibility anchors 2022-06-29 09:33:21 +02:00
pages Move images in ottimizzazione/teoria off imgur 2022-06-29 09:59:12 +02:00
public Move images in ottimizzazione/teoria off imgur 2022-06-29 09:59:12 +02:00
styles First commit 2022-02-02 05:36:02 +01:00
.eslintrc.json First commit 2022-02-02 05:36:02 +01:00
.gitattributes First commit 2022-02-02 05:36:02 +01:00
.gitignore setup Sentry 2022-02-04 19:36:30 +01:00
LICENSE.txt Update license to CC-BY-SA-4.0 2022-06-28 19:17:16 +02:00
next-env.d.ts First commit 2022-02-02 05:36:02 +01:00
next.config.js setup Sentry 2022-02-04 19:36:30 +01:00
package.json Upgrade and unfreeze dependencies 2022-06-28 23:43:51 +02:00
README.md Add readme 2022-02-04 19:16:29 +01:00
sentry.client.config.js Hide Sentry DSN in a envvar 2022-06-29 09:21:47 +02:00
sentry.properties setup Sentry 2022-02-04 19:36:30 +01:00
sentry.server.config.js Hide Sentry DSN in a envvar 2022-06-29 09:21:47 +02:00
tsconfig.json things 2022-02-04 02:14:51 +01:00
vercel.json Make Vercel shut up 2022-06-29 09:23:55 +02:00
yarn.lock Upgrade and unfreeze dependencies 2022-06-28 23:43:51 +02:00

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.