1.0.0 • Published 4 years ago

steffoweb v1.0.0

Weekly downloads
2
License
AGPL-3.0-or-later
Repository
github
Last release
4 years ago

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.