Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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