The web application allows users to login, buy lottery, deposit, withdraw money
Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
npm run devTailwind Viewer on http://localhost:3000
npx tailwind-config-viewerBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheckout the deployment documentation for more information.
- You can use nuxt storybook to start:
npm run storybook- Storybook for Vue
Checkout the storybook documentation for more information.