Skip to content

Plover-Y/design-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fandom Design System

Reference Page and documentation are available at http://fandomdesignsystem.com.

Confluence page

https://wikia-inc.atlassian.net/wiki/display/DESYS/Design+System

Contributors

Contribute to this project

See all contributors on GitHub.

i18n

Localization messages for Design System components

Crowdin

See https://wikia-inc.atlassian.net/wiki/display/INT/i18n+tools for information on getting the design system i18n files to and from crowdin.

Copyright

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.

Installation

  • git clone <repository-url> this repository
  • cd my-app
  • npm install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

Packages

No packages published

Languages

  • JavaScript 42.2%
  • HTML 39.2%
  • CSS 18.6%