@siavanna/ts_library
v1.4.2
Published
Vite + React Typescript Storybook Component Library
Downloads
103
Readme
Bergen Savanna Coding Assignment 13
Vite + React Typescript Storybook Component Library
Getting Started
To build the Docker image, navigate to the root directory of the project and run the following command:
docker build -t bergen_savanna_assignment13 .Run this command and manually navigate to localhost:8083
docker run -p 8018:8018 storybook npm run storybook -- --no-openPre-Commit Checks
This repository uses Husky to run pre-commit checks. These checks include:
- Prettier: npm run prettier:check
- ESLint: npm run lint
- Tests: npm test
GitHub Actions
This repository also uses GitHub Actions to run the same checks on every push event. This ensures that the code is validated even if the pre-commit hooks are bypassed. Addtionally, it will build the Docker image automatically.
