Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 622 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 622 Bytes

✨ spark-starter-html

This is a boilerplate repository for developing with Spark Design System HTML components.

This repository includes the Spark Design System assets and all required dependencies. Follow the steps below to get started.

Quick Start

  1. Fork this repo.
  2. clone your forked repo with git clone <yourRepoUrl>.
  3. Install Node.
  4. cd into the project directory and run npm install.
  5. Run npm run develop in your project directory.

Adding Components

Check out the Adding Components guide.