Development

A guide on how to start working with Malty.

After cloning the project from the Git repository, you just need to install all the dependencies and compile the components locally. Follow the next steps and after that, you should be able to start working!

Storybook Local Environment

To start your Local Dev Server just run the following command:

yarn start

To build Storybook static files run the next command:

yarn build-storybook

 

Unit Testing

To run the tests on your local environment you should run the command below:

yarn test

Alternatively, you can add the --watch flag for continued refresh and testing, as well as the -u flag to update your snapshots, when relevant and needed.