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.
- Fork this repo.
cloneyour forked repo withgit clone <yourRepoUrl>.- Install Node.
cdinto the project directory and runnpm install.- Run
npm run developin your project directory.
Check out the Adding Components guide.