run the following command to install all dependencies of the project

yarn

run the following command to preview development server

yarn dev

run the following command to build the project for production

yarn build