Skip to main content

Getting Started

Installation

Add Toucaan to your project, like so:

/your/project/root/
git submodule add https://github.com/Toucaan/toucaan

The command above will install Toucaan to your project like a git submodule1. That's it. Now you can start implementing your application's multiple frontends with Toucaan.

Go to the next step and configure your HTML to start using Toucaan.


Not using git? Set up Toucaan manually (DIY) with just a few commands and use it with any version control system you like.

Review the Architecture of Toucaan and glance through the core concepts quickly. :::
This is the first stable version of Toucaan (0.0.9). Our documentation and tooling is still in the state of flux and you're likely to encounter a few breaking changes in the next few weeks. :::

  1. Please add and commit the .gitmodules file to your project.