name | route | menu |
---|---|---|
Start Here |
/ |
Getting Started |
Repo: https://github.com/versionone/component-library
Please ensure you have the following installed:
- yarn@^1.3.2
yarn -v
to check - nodejs ^10.0.0
node -v
to check, run multiple versions of node via nvm (windows, OSX/Linux) - git
- VS Code MDX extension (if using VS Code)
- Sublime MDX extension (if using Sublime Text)
Clone the repo and cd
into the repo's directory.
yarn && yarn bootstrap
yarn start
- Navigate to http://localhost:3000
If new to the code base, please fully read the recommended reading either locally or on the deployed site before beginning.