Skip to content

MelSumner/design-system-docs-prototype

Repository files navigation

design-system-docs-prototype

This doesn't work right now, it exists in order to troubleshoot it.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd design-system-docs-prototype
  • yarn install

Running / Development

Ember Addons Used

Adding Documentation

  • in the docs folder, create a new .md file, using existing files in that folder for naming and content formatting (including frontmatter).
  • need a new tag? Add a new .md file in the tags folder.

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

  • yarn lint
  • yarn lint:fix

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors