This repository contains the source code for the Inko website.
- Inko 0.19.1 or newer
Install the necessary packages:
inko pkg syncBuild the website:
inko runIf you want to start a server and automatically build the website upon any changes, run the following:
make watchThis requires inotify-tools and Python 3 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".