This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Two steps
- Clone the repo
git clone https://github.com/eshavrov/uxkit.git
- Install NPM packages
npm install
Useful scripts include:
npm run start
npm run build
boolean check if code conforms to linting rules - uses eslint
npm run lint
will automatically fix
npm run lint:fix
boolean check if unit tests all pass - uses jest
npm run test
indicates that test coverage information should be collected and reported in the output.
npm run test:coverage
will run core tests in watch-mode
npm run test:watch
npm run storybook
npm run storybook:build