adibas03 / js

Turtl's main app interface.

Home Page:https://turtlapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Turtl's main app interface.

https://turtlapp.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 94.9%Language:CSS 2.8%Language:HTML 1.6%Language:Shell 0.4%Language:Makefile 0.2%Language:Common Lisp 0.0%