Skip to content

derblitz/js

 
 

Repository files navigation

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 fw commands to get you started (this assumed 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 send to index.html, see the .htaccess file for reference).

About

Turtl's main app interface.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.6%
  • CSS 1.7%
  • HTML 1.3%
  • Shell 0.3%
  • Makefile 0.1%
  • Common Lisp 0.0%