1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 15:27:28 +00:00
My personal website https://www.steffo.eu/
Find a file
2023-02-28 13:01:43 +01:00
.idea Continue the rebuild with new things 2022-10-17 01:58:17 +02:00
components Improve links accessibility 2023-02-28 13:01:43 +01:00
hooks veri important updat 2023-02-18 04:12:46 +01:00
pages Fix website properly and add friends 2023-02-24 21:12:34 +01:00
public Complete (?) website 2022-10-25 01:20:40 +02:00
.gitignore Configure sentry 2023-01-16 17:10:06 +01:00
next-env.d.ts Migrate to Next.js 2022-02-19 03:29:14 +01:00
next.config.js Configure sentry 2023-01-16 17:10:06 +01:00
package.json Improve things here and there 2023-02-17 05:58:48 +01:00
README.md poke 2022-02-19 05:17:23 +01:00
sentry.client.config.js Configure sentry 2023-01-16 17:10:06 +01:00
sentry.edge.config.js Configure sentry on edge runtime 2023-01-16 17:13:28 +01:00
sentry.server.config.js Configure sentry 2023-01-16 17:10:06 +01:00
tsconfig.json Migrate to Next.js 2022-02-19 03:29:14 +01:00
vercel.json I do not need a notification for each push 2022-10-17 01:59:57 +02:00
yarn.lock Improve things here and there 2023-02-17 05:58:48 +01:00

Steffoweb

My personal website in React.

Developing

Running a local copy

If for whatever reason you want to run a local copy of the website, ensure the latest nodejs and yarn are installed on your machine, then run:

git clone https://github.com/Steffo99/steffoweb.git
cd "steffoweb"
yarn
yarn run dev

Updating the website

The website will automatically update based on the next branch.