First, run the development server:
npm run install
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
npm run test
npm run storybook
npm run build:docker
npm run start:docker
Open http://localhost:8080 with your browser to see the result.