Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m3talsmith/microscope
A microcosm for organizational budget dispersal and agile project building
https://github.com/m3talsmith/microscope
Last synced: about 1 month ago
JSON representation
A microcosm for organizational budget dispersal and agile project building
- Host: GitHub
- URL: https://github.com/m3talsmith/microscope
- Owner: m3talsmith
- Created: 2014-02-07T01:05:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-15T17:12:23.000Z (almost 11 years ago)
- Last Synced: 2024-04-14T15:07:34.753Z (9 months ago)
- Language: JavaScript
- Size: 705 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Microscope [![Build Status](https://travis-ci.org/rebelhold/microscope.png?branch=master)](https://travis-ci.org/rebelhold/microscope) [![Coverage Status](https://coveralls.io/repos/rebelhold/microscope/badge.png)](https://coveralls.io/r/rebelhold/microscope)
================A microcosm for organizational budget dispersal and agile project building
This document is a work in progress
Installation
------------Installation is pretty straight forward:
``` bash
git clone https://github.com/rebelhold/microscope.git
cd microscope
npm install
npm test
```Starting
--------Simple is better: ```npm start```
Developing
----------We encourage active development, that's why we use the GPL-3.0+. We believe that every developer that finds something cool to add to this platform, should be encouraged to do so.
We are trying to make things easy for you:
- You can spin up tests using ```npm test```
- Using ```npm start``` uses nodemon
- And we've built in a wireframe tool to help you quickly mock out new views, flip through them, and share them with others interestedOn that note, if you want to add anything just fork the repo, write a test, make it pass, and give us a pull request. We look forward to what you come up with!