0.0.4 • Published 3 years ago
@gokul1630/spacekit v0.0.4
Spacekit
Things to do before starting work on this project
Install the recommended vscode plugin from below link
lit-plugin
Install the npm modules
yarn installTo Start the Storybook dev server
yarn storybookTo Format the code
yarn formatTo Check the Eslint issues
yarn lintTo Build the project
yarn buildTo Build the static storybook assets
yarn build-storybookTo Restart the project
(if you face any issue on running the storybook)
yarn restartTo Add SVG icons
Add svg icons to src/assets folder then run the below command to generate the Typescript icon exports.
yarn prep:icons