Files
collection-portal/README.md
2022-08-23 13:56:14 +05:30

597 B

morbius-portal

System Requirements

Node version >=17.9.0

NPM version >=8.5.5

Setup

Clone this repo and cd into the project directory

cd morbius-portal
yarn

Install dependencies

yarn add

Start dev server

yarn run dev

For production build

yarn run build

Project Commands

Check Eslint-Prettier

yarn run lint
yarn run prettier-check

Fix Lint and Prettier code formatting

yarn run lint:fix
yarn run format

Pre commit hook

yarn lint-staged

 

Let's refine this project template as we progress. Cheers!!