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

  1. Install dependencies: yarn install
  2. Start development server: yarn dev
  3. Visit http://localhost:3000

Storybook

  1. Start Storybook: yarn storybook
  2. Visit http://localhost:6006

Docker

For development:

docker-compose up development

For production:

docker-compose up production

Then visit http://localhost:3000