mirror of
https://github.com/Steffo99/steffoweb.git
synced 2024-11-21 15:44:31 +00:00
My personal website
https://www.steffo.eu/
d2667b24ec
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1) Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.run | ||
docs | ||
src | ||
.gitattributes | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
preact.config.js | ||
README.md | ||
size-plugin.json |
My personal website in Preact.
Developing
Running a local copy
If you want to run a local copy of the website, ensure the latest nodejs
and npm
are installed on your machine then run:
git clone https://github.com/Steffo99/uni.steffo.eu.git
cd "uni.steffo.eu"
npm install --dev
npm run start
Updating the website
To update the published website, bump up the version number in the package.json and run in the previously cloned folder:
npm run all
GitHub Pages will do the rest.