mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 15:44:31 +00:00
My personal website
https://www.steffo.eu/
67a8504887
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.2 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.2...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.idea | ||
public | ||
src | ||
.gitignore | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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.