Reference Page and documentation are available at http://fandomdesignsystem.com.
https://wikia-inc.atlassian.net/wiki/display/DESYS/Design+System
See all contributors on GitHub.
Localization messages for Design System components
See https://wikia-inc.atlassian.net/wiki/display/INT/i18n+tools for information on getting the design system i18n files to and from crowdin.
Code and documentation copyright 2018 Fandom, Inc.
NOTE: code and images contained within this repo are NOT licensed for general use. Please contact us at http://fandom.wikia.com/about#contact if you're interested in licensing any part of this repo.
git clone <repository-url>this repositorycd my-appnpm install
ember serve- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
npm run lint:hbsnpm run lint:jsnpm run lint:js -- --fix
ember build(development)ember build --environment production(production)
Specify what it takes to deploy your app.