Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #13

Merged
merged 4 commits into from
Apr 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 2 additions & 55 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,62 +87,9 @@ LOGGING_KEY=
</tr>
</table>

## Environment Setup ##

The following prerequisites are required.

* Node.js (6.9.5)
* NPM (>= 3.10.10)
* Cordova (6.5.0)
* Ionic (2.2.1)
* Bower (1.5.2)
* bower-installer (1.2.0)
* Gulp (3.9.0)

*In addition, if you want to run on a emulator or physical device, you'll need your environment setup for iOS or Android development.*

To begin, install the required global components:

$ npm install -g typescript cordova gulp ionic

Then clone the repository and install the node packages:

$ git clone https://github.com/Resgrid/BigBoard.git
$ cd BigBoard
$ npm install

## Compilation ##

Now you can use the various gulp tasks to obtain Cordova plugins and install third party libraries via Bower.

*You can also just run `gulp` without any arguments which will run the below targets.*

$ gulp libs # Install 3rd Party JS libraries as defined in bower.json
$ gulp plugins # Install Cordova plugins as defined in package.json

## Development ##

The solution is setup to with Live Reload for Cordova Serve, to use Live Reloading during development:

*Open 1 command line window*

$ ionic serve # Starts the cordova file web server

*Open another command line window*

$ gulp dev # Starts the file watcher and hooks into live reload

## Solution ##



## Dependencies ##
- [Ionic Framework](http://ionicframework.com/)
- [Cordova](https://cordova.apache.org/)
- [Angular2-Grid](https://github.com/BTMorton/angular2-grid)

## Notes ##
## Deployment ##

docker pull resgridllc/dispatch

## Author's ##
* Shawn Jackson (Twitter: @DesignLimbo Blog: http://designlimbo.com)
Expand Down
Loading