2021-08-28 21:18:43 +02:00
# ![Steffoweb](public/opengraph.png)
2020-06-29 17:23:57 +02:00
2021-08-28 21:18:43 +02:00
My personal website in [React ](https://reactjs.org/ ).
2020-09-01 19:50:36 +02:00
## Developing
### Running a local copy
2021-08-28 21:18:43 +02:00
If for whatever reason you want to run a local copy of the website, ensure [the latest `nodejs` ](https://nodejs.org/it/ ) and `yarn` are installed on your
machine, then run:
2020-09-01 19:50:36 +02:00
```bash
2021-08-28 21:18:43 +02:00
git clone https://github.com/Steffo99/steffoweb.git
cd "steffoweb"
yarn
2022-02-19 05:15:07 +01:00
yarn run dev
2020-09-01 19:50:36 +02:00
```
### Updating the website
2022-02-19 05:17:23 +01:00
The website will automatically update based on the `next` branch.