Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 708 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 708 Bytes

README

This repository contains the source code for the Inko website.

Requirements

  • Inko 0.16.0 or newer

Development

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.

License

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".