CodeBase for Kaizen Website
- After cloning the repo , make sure that node is installed in your system.
- run
npm i
command at the root directory inside the terminal.- Happy working.
Prettier package will be used to write clean code. After you run code npm i
command the prettier package is installed.
To manually format all files with prettier Run command
npm run prettier-fix
at the root directory inside the terminal .
For VsCode users , to format documents automatically on saving file. Just install
esbenp.prettier-vscode
extension inside vscode. Now after you save file the file will be auto formatted by prettier package.