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
2022-02-19 05:27:24 +01:00
.idea Add projects list 2021-08-29 05:31:10 +02:00
components Migrate to Next.js 2022-02-19 03:29:14 +01:00
pages student → graduate 2022-02-19 05:27:24 +01:00
public Migrate to Next.js 2022-02-19 03:29:14 +01: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
package.json bump 2022-02-19 05:23:33 +01: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
yarn.lock bump 2022-02-19 05:23:33 +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.