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-12-19 04:21:35 +01:00
.idea Update IntelliJ IDEA metadata 2023-12-19 04:21:35 +01:00
.vscode Create VSC run config 2023-02-28 13:04:56 +01:00
components Cleanup 2023-12-19 04:18:47 +01:00
hooks Some updates and Lynx compatibility improvements 2023-12-19 04:07:47 +01:00
pages Update content a bit 2023-12-19 04:18:07 +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 Get rid of Sentry :( 2023-07-07 02:36:07 +02:00
package.json Get rid of Sentry :( 2023-07-07 02:36:07 +02:00
README.md poke 2022-02-19 05:17:23 +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 Some updates and Lynx compatibility improvements 2023-12-19 04:07:47 +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.