An open API service indexing awesome lists of open source software.

https://github.com/bompi88/grand-view

Helps you structure a large set of information units. Can be used as a tool to plan and gather resources for reports/theses and so on.
https://github.com/bompi88/grand-view

desktop-app docx-generator electron electron-app meteor meteorjs mongodb nodejs

Last synced: 3 months ago
JSON representation

Helps you structure a large set of information units. Can be used as a tool to plan and gather resources for reports/theses and so on.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/bompi88/grand-view.svg?branch=devel)](https://travis-ci.org/bompi88/grand-view)[![Build status](https://ci.appveyor.com/api/projects/status/72jb1xwtj78gs7i9/branch/devel?svg=true)](https://ci.appveyor.com/project/bompi88/grand-view/branch/devel)[![Coverage Status](https://coveralls.io/repos/github/bompi88/grand-view/badge.svg)](https://coveralls.io/github/bompi88/grand-view)[![Code Climate](https://codeclimate.com/github/bompi88/grand-view/badges/gpa.svg)](https://codeclimate.com/github/bompi88/grand-view)

# Grand View

Helps you structure a large set of information units. Can be used as a tool to plan and gather resources for reports/theses and so on.

## Requirements:

- Node with npm (https://nodejs.org/en/download/)
- Meteor (https://www.meteor.com/install)

## install app and run in dev mode

First clone the repo:
``` bash
$ git clone [email protected]:bompi88/grand-view.git
```

Install dependencies:
``` bash
$ npm install
```

Run the App in dev mode (Could take quite some time the first time its's run):
``` bash
$ npm run dev
```

## Build and pack the App
To build for OS X platform do:
``` bash
$ npm run build:osx # others: win, linux
```

## Credits
* Knut Samset being the originator of the idea. Working at the [Concept Research Programme](https://www.ntnu.edu/concept).
* [Electrometeor](https://github.com/sircharleswatson/Electrometeor) - inspired by this repository.