Skip to content
/ js Public

Turtl's main app interface.

License

Notifications You must be signed in to change notification settings

turtl/js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

177de6a · May 29, 2020
Dec 6, 2018
May 29, 2020
May 12, 2019
Oct 26, 2018
May 19, 2018
May 12, 2019
May 29, 2020
May 12, 2019
May 29, 2020
May 15, 2020
May 29, 2020
Sep 25, 2014
Feb 9, 2018
Sep 16, 2013
May 24, 2018
Jul 11, 2018
May 12, 2019
May 29, 2020

Repository files navigation

Opening an issue? See the Turtl project tracker

This is the heart of Turtl!

It's the javascript core that runs the app whether on desktop or mobile. It contains Turtl's interfaces, logic, crypto, etc.

Documentation

If you're interested in how Turtl works, check out the docs.

Building

Turtl uses a makefile to generate itself. Here's a few commands to get you started (this assumes you have Node.js/npm installed already):

mkdir turtl
cd turtl/
git clone https://github.com/turtl/js.git
cd js/
npm install
make

Running make here generates all the assets for the project and it's now ready to be run by any webserver (just make sure all requests are sent to index.html, see the .htaccess file for reference).