0.9.1 • Published 5 years ago
rygweb v0.9.1
ryg.steffo.eu
A Preact website for the Royal Games community!
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 startUpdating 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 pushGitHub Pages will do the rest.