npm.io
0.13.0 • Published 4 years ago

@marceloglacial/rds-beta

Licence
MIT
Version
0.13.0
Deps
6
Size
976 kB
Vulns
1
Weekly
0
Stars
2
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)

Cypress workflow

Raven Design System

RDS, Carleton University’s design system, is a living digital organism uniting campus wide teams around a common visual language.

Requirements

On First Setup

Clone this repo
git clone git@github.com:cuweb/rds-beta.git
Check your nvm version
nvm i
Set project's npm version
nvm use
Install project
yarn install

After Setup

One you have completed the initial setup above, moving forward to start the development environent you simply need to go to the project directory and run

nvm use && yarn dev

Test

Start component and e2e tests
yarn test
Run headless / ci tests
yarn test:ci

Release

This project auto-publishes NPM releases. Please run the pre-release commeand before publish your new release

yarn prerelease

Features

CLI Commands

Lists all posible CLI commands
yarn run --non-interactive

Troubleshoting

Storybook port is in use
sudo lsof -i:6006

then

kill -9 <PID>

References