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.
- Host: GitHub
- URL: https://github.com/bompi88/grand-view
- Owner: bompi88
- License: apache-2.0
- Created: 2015-07-08T11:44:01.000Z (almost 10 years ago)
- Default Branch: devel
- Last Pushed: 2023-01-12T08:33:55.000Z (over 2 years ago)
- Last Synced: 2025-01-14T09:58:08.498Z (5 months ago)
- Topics: desktop-app, docx-generator, electron, electron-app, meteor, meteorjs, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 17 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/bompi88/grand-view)[](https://ci.appveyor.com/project/bompi88/grand-view/branch/devel)[](https://coveralls.io/github/bompi88/grand-view)[](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.