@innovationsforlearning/tutormate-ui v0.6.5
Tutormate UI Library
A UI component library for shared usage across Tutormate front-end applications.
App Scripts
In the project directory, you can run:
yarn start
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
yarn test
Launches the test runner in the interactive watch mode.
yarn build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Storybook Scripts
yarn storybook
Runs Storybook locally and automatically opens the address in a new browser tab.
yarn build:storybook
Builds a static Storybook in production mode.
Development Scripts
yarn release
Bump the version
Push a release to GitHub
Push a changelog to GitHub
Notes:
auto
is used to generate a changelog and push it to GitHub.In order for this to work correctly, an environment variable called
GH_TOKEN
is needed that references a GitHub personal access token is needed.Create a local file at the root of this project named
.env
and add your token as so:
# PROJECT_ROOT/.env
GH_TOKEN=YOUR_TOKEN