generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 1
First steps
Eugenia edited this page Jan 25, 2023
·
3 revisions
npm install
cd client
npm run dev
npm run prepare
❗️This is need to make husky work. Husky has pre-commit hooks that run eslint and prettier before commit is made. If eslint has no error it passes and commit is made and if eslint has any error it exits from commit.