1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 15:27:28 +00:00
steffoweb/README.md
2022-02-19 05:17:23 +01:00

21 lines
499 B
Markdown

# ![Steffoweb](public/opengraph.png)
My personal website in [React](https://reactjs.org/).
## Developing
### Running a local copy
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:
```bash
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.