Skip to content

Universal tool for thoughts managing and co-sharing.

Notifications You must be signed in to change notification settings

sys-de-chaos/orgpad

 
 

Repository files navigation

ORGPAD

                                         

Universal tool for thoughts managing and co-sharing.

Dev

  • Requirements

  • Installation

    • clone git repo git clone git@github.com:tomby42/orgpad.git
    • run cd orgpad
    • run ./scripts/install-local-repos.sh
    • run lein deps
    • run lein npm install
    • run lein less once
  • Running dev env

    • run lein figwheel and connect from your web browser to http://localhost:3449
  • Running tests

    • run lein doo phantom test
  • Building production version

    • run lein clean
    • run lein cljsbuild once prod
  • File structure

    • arxiv - materials related to orgpad development
    • dev-resources - local development resuorces for development
    • doc - documentation
    • notes - various development notes
    • resources
      • public
        • index.html - orgpad root html file
      • test
        • test.html - orgpad root html file for tests
    • src/orgpad
      • components - react components
      • core - core functionality
      • data - data structures
      • dataflow - dataflow parts
      • effects - effects functions
      • parsers - read/mutate functions for components
      • styles - css styles
      • tools - various tools
      • config.cljs - configuration for orgpad modules to load
    • tests - directory where tests reside
    • README.md - this file
    • project.clj - project file

Life cycle

Life cycle

About

Universal tool for thoughts managing and co-sharing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.9%
  • Clojure 34.0%
  • CSS 9.4%
  • HTML 4.6%
  • Shell 0.1%