l33t-design
v0.0.28
Published
Ember Components for Web Interfaces
Readme
l33t-design
A collection of Ember CLI components and styles to make building interfaces easier.
This is spelled with
l33tinstead of1337because 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_IAMInstallation
git clone <repository-url>this repositorycd l33t-designnpm installbower install
Running
ember serve- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:eachto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit https://ember-cli.com/.
