2021-08-28 19:18:43 +00:00
# ![Steffoweb](public/opengraph.png)
2020-06-29 15:23:57 +00:00
2021-08-28 19:18:43 +00:00
My personal website in [React ](https://reactjs.org/ ).
2020-09-01 17:50:36 +00:00
## Developing
### Running a local copy
2021-08-28 19:18:43 +00: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 17:50:36 +00:00
```bash
2021-08-28 19:18:43 +00:00
git clone https://github.com/Steffo99/steffoweb.git
cd "steffoweb"
yarn
2022-02-19 04:15:07 +00:00
yarn run dev
2020-09-01 17:50:36 +00:00
```
### Updating the website
2022-02-19 04:17:23 +00:00
The website will automatically update based on the `next` branch.