mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 23:54:30 +00:00
My personal website
https://www.steffo.eu/
8913393ce3
Bumps [next](https://github.com/vercel/next.js) from 12.3.4 to 13.5.0. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v12.3.4...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.idea | ||
.vscode | ||
components | ||
hooks | ||
pages | ||
public | ||
.gitignore | ||
next-env.d.ts | ||
next.config.js | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vercel.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 dev
Updating the website
The website will automatically update based on the next
branch.