Make sure to install the dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn installStart the development server on http://localhost:8080:
# npm
npm run start
# pnpm
pnpm run start
# yarn
yarn startBuild the application for production:
# npm
npm run build
# pnpm
pnpm run build
# yarn
yarn build