- Clone the repository
- Run
npm install
to install the dependencies - Setup your .env file
- Run
npm run dev
to start the development server - Run
npm run build
to build the project - Run
npm run start
to start the production server
v18.13.0
Prettier Check
npx prettier --check .
Prettier Write
npx prettier --write .
Eslint Check
npx elsint .
Eslint Fix
npx eslint --fix .