1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 07:17:28 +00:00
My personal website https://www.steffo.eu/
Find a file
2023-05-28 04:37:00 +02:00
.idea Continue the rebuild with new things 2022-10-17 01:58:17 +02:00
.vscode Create VSC run config 2023-02-28 13:04:56 +01:00
components Refactor main page 2023-05-28 04:37:00 +02:00
hooks veri important updat 2023-02-18 04:12:46 +01:00
pages Refactor main page 2023-05-28 04:37:00 +02: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 Upgrade @steffo/bluelib to ^9.0.1 2023-05-27 17:31:54 +02: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 Upgrade @steffo/bluelib to ^9.0.1 2023-05-27 17:31:54 +02: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.