setup of IB

This commit is contained in:
2025-06-25 15:21:16 +05:30
commit 0420c72aa7
38 changed files with 9493 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
- npx create-next-app@latest ib --typescript
- cd ib
- npm install @mantine/core @mantine/hooks
- npm run build
- npm run start
- npm run dev