This repository contains the source code for the Inko website.
- Inko 0.17.0 or newer
Install the necessary packages:
inko pkg sync
Build the website:
inko run
If you want to start a server and automatically build the website upon any changes, run the following:
make watch
This 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".