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
2022-10-20 15:25:34 +00:00
.idea Continue the rebuild with new things 2022-10-17 01:58:17 +02:00
components Update with more things 2022-10-17 17:33:45 +02:00
pages Fix the "And more" friend panel 2022-10-20 15:25:34 +00:00
public Update with more things 2022-10-17 17:33:45 +02:00
.gitignore Migrate to Next.js 2022-02-19 03:29:14 +01:00
next-env.d.ts Migrate to Next.js 2022-02-19 03:29:14 +01:00
next.config.js Continue the rebuild with new things 2022-10-17 01:58:17 +02:00
package.json Begin rebuilding the home page 2022-10-16 04:33:33 +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 Begin rebuilding the home page 2022-10-16 04:33:33 +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.