This repository contains the source code for the Inko website.
- Inko
Install the necessary packages:
sudo dnf install just rsyncBuild the website:
just buildIf you want to start a server and automatically build the website upon any changes, run the following:
just watchThis requires inotify-tools to be installed.
All source code in this repository is licensed under the Mozilla Public License version 2.0, unless stated otherwise. A copy of this license is found in the file "LICENSE".