1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-10-16 15:27:28 +00:00
steffoweb/README.md

22 lines
499 B
Markdown
Raw Normal View History

# ![Steffoweb](public/opengraph.png)
2020-06-29 15:23:57 +00:00
My personal website in [React](https://reactjs.org/).
2020-09-01 17:50:36 +00:00
## 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:
2020-09-01 17:50:36 +00:00
```bash
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.