https://github.com/sc5/devicelib
https://github.com/sc5/devicelib
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sc5/devicelib
- Owner: SC5
- Created: 2015-01-27T14:29:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T10:14:32.000Z (over 11 years ago)
- Last Synced: 2025-01-03T18:39:29.952Z (over 1 year ago)
- Language: JavaScript
- Size: 1.27 MB
- Stars: 0
- Watchers: 22
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devicelib
Device loaning system for office use.
Application uses USB device detection to detect attached devices and RFID reader to identify users.
## Installation
devicelib is based to angular-fullstack yeoman generator so installation instructions can also found from https://github.com/DaftMonk/generator-angular-fullstack
Install yeoman
```
npm install -g yo
```
Install angular-fullstack generator
```
npm install -g generator-angular-fullstack
```
### OSX
Install Mongo
OSX:
```
brew install mongod
```
Install SASS
OSX:
```
gem install sass
```
### Ubuntu
```
sudo apt-get install build-essential mongodb sass libasound2-dev libmp3lame-dev libudev-dev
```
### Dependencies
node dependencies
```
npm install
```
bower dependencies
```
bower install
```
## Development
```
grunt serve
```
## Build
```
grunt build
```
Application distribution version can be found from ```/dist``` directory