l33t-design
v0.0.28
Published
Ember Components for Web Interfaces
Downloads
7
Readme
l33t-design
A collection of Ember CLI components and styles to make building interfaces easier.
This is spelled with
l33t
instead of1337
because when this package was created, node modules could not start with a number.
DevOps
The setup.yaml
template contains the CloudFormation template necessary to
spin up the following:
- An S3 Bucket for the production version (on master branch)
- A Route 53 DNS record for design.1337lawyers.com
- SSL certs for the design domain name
aws cloudformation create-stack --stack-name design-web \
--template-body file://setup.yaml \
--region us-east-1 \
--capabilities CAPABILITY_NAMED_IAM
Installation
git clone <repository-url>
this repositorycd l33t-design
npm install
bower install
Running
ember serve
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:each
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.