254 B
254 B
-
npx create-next-app@latest ib --typescript
-
cd ib
-
npm install @mantine/core @mantine/hooks
-
npm install @mantine/carousel@7.4.0 --legacy-peer-deps
-
npm install embla-carousel-react --legacy-peer-deps
-
npm run build
-
npm run start
-
npm run dev