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
2021-08-28 21:18:43 +02:00
.idea 🔧 Start the website rewrite using Bluelib React 3 2021-08-28 21:18:43 +02:00
public 🔧 Start the website rewrite using Bluelib React 3 2021-08-28 21:18:43 +02:00
src 🔧 Start the website rewrite using Bluelib React 3 2021-08-28 21:18:43 +02:00
.gitignore 🔧 Start the website rewrite using Bluelib React 3 2021-08-28 21:18:43 +02:00
package.json 🔧 Start the website rewrite using Bluelib React 3 2021-08-28 21:18:43 +02:00
README.md 🔧 Start the website rewrite using Bluelib React 3 2021-08-28 21:18:43 +02:00
tsconfig.json 🔧 Start the website rewrite using Bluelib React 3 2021-08-28 21:18:43 +02:00
yarn.lock 🔧 Start the website rewrite using Bluelib React 3 2021-08-28 21:18:43 +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 start

Updating the website

The website will automatically update based on the master branch.