0.9.1 • Published 3 years ago

rygweb v0.9.1

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

ryg.steffo.eu

A Preact website for the Royal Games community!

maintenance: actively-developed

Contributing

All contributions are welcome, especially for Royal Games members!

If you are one and need some help, ask Steffo and he'll be glad to help! :)

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
npm run start

Updating the website

To update the published website, run in the previously cloned folder:

npm run build
git add docs
git commit -m "Update website"
git push

GitHub Pages will do the rest.