This app was created using create-eincode-app that sets up a basic React
app using the following tools:
- React as the UI framework
- TypeScript for type checking
- Vite for build tooling
- Tailwind for css
- ESLint
- pnpm for package management
To install dependencies you can run
pnpm installTo start your dApp in development mode run
pnpm devTo build your app for deployment you can run
pnpm build