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-07-07 02:36:07 +02:00
.idea Pretty happy with this 2023-05-29 03:24:24 +02:00
.vscode Create VSC run config 2023-02-28 13:04:56 +01:00
components Fix mobile 2023-05-29 05:23:51 +02:00
hooks Pretty happy with this 2023-05-29 03:24:24 +02:00
pages Change view all accounts to view latest posts 2023-07-06 18:57:40 +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 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 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.