Please follow the following step to start develop the project.
npm install
# or
yarn
npm run cs import -y
# or
yarn cs import -y
npm run develop
# or
yarn develop
If you are gonna use this project to production, follow following step
npm run build
or
yarn build
npm run start
or
yarn start