Giter Site home page Giter Site logo

lodo's Introduction

Lodo

Join the chat at https://gitter.im/k3d3/lodo

Lodo is an application that uses a tree of lists to organize many projects and to-do lists.

The application is organized into notebooks, pages and lists. Notebooks are the top level and are displayed at the left side of the window. Pages are contained within a notebook, and within those pages are a number of lists, which can contain items or lists of their own.

The idea behind it is to store a tree of lists, each of which can be independently manipulated to add and move lists and items around the tree.

Items and lists are the same thing - an item is merely an empty list. In fact, everything is a list, including notebooks and pages. This allows you to start a deep list somewhere, and if needed, move it into its own notebook or page without any modifications.

Usage and Installation

There are two ways to run Lodo.

Packaging

If you want to simply package it into a jar:

./bin/sbt release

SBT will then optimize and compile everything into a fat jar that can be deployed anywhere Java is run:

java -jar lodo.jar

If you want to specify the running port, use the PORT environment variable:

PORT=5001 java -jar lodo.jar

Development

Alternatively, if you want to develop on Lodo:

./bin/sbt ~re-start

(if you're using zsh as a shell, you might need to use \~re-start instead of ~re-start)

This will compile the code in dev mode and run it. Any changes made to the source will make the code recompile and will restart the server. It will also compile much faster.

License

The code contained in this repository is licensed under the AGPLv3 license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.