https://github.com/evinism/parallax
a simple project management utility
https://github.com/evinism/parallax
Last synced: 3 months ago
JSON representation
a simple project management utility
- Host: GitHub
- URL: https://github.com/evinism/parallax
- Owner: evinism
- Created: 2016-02-13T19:34:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T06:33:20.000Z (over 10 years ago)
- Last Synced: 2025-03-21T18:31:14.548Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parallax
a simple project management utility
Installaton:
--
`npm install` should be enough for production
For development, additionally these are required:
* `redis-server` (command name)
* `mongodb-org` (package name)
Run `npm run mongo:initdev` to initialize the dev db on the local machine.
Developing
--