Welcome to Our Next.js Project
maintained by Quang Pham quangpn.developer@gmail.com
This project is set up with a powerful tech stack including Next.js, React Query, Shadcn, and more. Here's how to get started:
Running Locally
- Install dependencies:
yarn install
- Start development server:
yarn dev
- Visit http://localhost:3000
Storybook
- Start Storybook:
yarn storybook
- Visit http://localhost:6006
Docker
For development:
docker-compose up development
For production:
docker-compose up production
Then visit http://localhost:3000