GitXplorerGitXplorer
k

scalr-storefront

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e6318eb1552fc6322078fd8086b224db32f19970

Fix relative links in index. Fix 404.html.

kkrallin committed 10 years ago
Unverified
a375ec4273040c3f74e75d26f8af7159204ce59a

Handle invalid / absent credentials

kkrallin committed 10 years ago
Unverified
e94a73a0a4bb3f721ed5a1fb625c21ab107a5136

Add a Farm view page

kkrallin committed 10 years ago
Unverified
43c0e8d7ab87db4c4b3a36e6b88f9f244cc54726

Add the ability to actually launch Farms!

kkrallin committed 10 years ago
Unverified
01b6153d2d4a73ecc1ae9d60f3b653392e91c3fc

Use error reporting

kkrallin committed 10 years ago
Unverified
85cfc0ac3467f29f94afb29bd277c4fd3679f27a

Add alerts reporting

kkrallin committed 10 years ago

README

The README file for this repository.

Scalr Storefront

POC.

Usage

How to Build

$ gulp build                    # or, `gulp build --release`

By default, it builds in debug mode. If you need to build in release mode, add --release flag.

How to Run

$ gulp                          # or, `gulp --release`

This will start a lightweight development server with LiveReload and synchronized browsing across multiple devices and browsers.

How to Deploy

$ gulp deploy                   # or, `gulp deploy --production`

You can deploy to different destinations by adding a corresponding flag. For example --production or --staging etc. See the 'deploy' task in gulpfile.js.

License

Based on https://github.com/kriasoft/react-starter-kit (MIT).