Skip to content

Steffo99/steffoweb

Repository files navigation

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.