1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-11-21 15:44:31 +00:00
My personal website https://www.steffo.eu/
Find a file
dependabot[bot] 2a78f4acef
Bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-20 00:12:53 +00:00
.run 1.0.0 2020-09-01 19:50:36 +02:00
docs 1.0.0 2020-09-01 19:50:36 +02:00
src 1.0.0 2020-09-01 19:50:36 +02:00
.gitattributes Initial commit 2020-06-29 17:23:57 +02:00
.gitignore 1.0.0 2020-09-01 19:50:36 +02:00
package-lock.json Bump ssri from 6.0.1 to 6.0.2 2021-04-20 00:12:53 +00:00
package.json 1.0.0 2020-09-01 19:50:36 +02:00
preact.config.js 1.0.0 2020-09-01 19:50:36 +02:00
README.md 1.0.0 2020-09-01 19:50:36 +02:00
size-plugin.json 1.0.0 2020-09-01 19:50:36 +02:00

Steffoweb

My personal website in Preact.

maintenance: actively-developed

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.