Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 285 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 285 Bytes

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