Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miya0001/aws-app
AWS Desktop Management Console
https://github.com/miya0001/aws-app
Last synced: about 1 month ago
JSON representation
AWS Desktop Management Console
- Host: GitHub
- URL: https://github.com/miya0001/aws-app
- Owner: miya0001
- Created: 2014-10-08T19:12:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-21T01:08:03.000Z (over 9 years ago)
- Last Synced: 2024-10-16T01:38:52.906Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 402 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Desktop Management Console
## Required
* MacOSX
* Windows## How to develop
```
$ git clone [email protected]:miya0001/aws-app.git
$ cd aws-app
$ npm install
$ bower install
```### How to preview
```
$ npm start
```### How to test
```
$ npm test
```or
```
$ grunt test
```### How to build
```
$ grunt build
```See `build/` after you run command.
### Note
If you have an error like below, run command `ulimit 1025` and `grunt` again.
```
Fatal error: EMFILE, open ...
```### License
GPLv2 or later