ransomw / ltrack

track your life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ltrack

the l is for life

system prerequisites

node+npm provided by the operating system suffice

this readme describes using python to serve static files. any web server can be used.

install library dependencies

npm install

in the project root directory

build static files

node bin/build

from the project root directory

serve public/

after build, the static files are a web application.

use any web server to access them note opening public/index.html using a file:/// uri or otherwise isn't recommended.

python3.8 -m http.server 5005

from public/

and

http://localhost:5005

in your browser.

status, history

ltrack formerly used hoodie (last seen at 4ce42ce) to provide authentication and optional backend storage.

currently, data is stored in a couple of arrays in the javascript engine, some things are disabled, and there is a lot of cruft from the hoodie removal. or perhaps the cruft is from using Angular (at all).

About

track your life


Languages

Language:JavaScript 72.8%Language:HTML 21.3%Language:CSS 5.0%Language:Shell 0.5%Language:Dockerfile 0.4%