reactsuperwizard / Stepwise-React-Typescript-Storybook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stepwise

Development

API

Dashboard

Git hooks

To start using git hooks you need to install pre-commit package:

python3 -m venv .venv
. .venv/bin/activate
pip3 install pre-commit

and then install the hooks in your git repo:

pre-commit install

From now on, before each commit your code will be formatted and quality-checked.

About


Languages

Language:Python 55.8%Language:TypeScript 43.7%Language:JavaScript 0.3%Language:HTML 0.1%Language:Shell 0.1%Language:Makefile 0.0%Language:CSS 0.0%Language:Dockerfile 0.0%