Turtl UI This is a Svelte app that loads the Turtl core. Getting started First clone the project. Then initialize: mkdir -p turtl/ cd turtl/ git clone https://github.com/turtl/ui cd ui/ npm i To build the project: make