Skip to content

inko-lang/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This repository contains the source code for the Inko website.

Requirements

  • Inko 0.14.0

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