A native application localised to Amrita that focuses on bulding a peer to peer application
- Install React and React DOM:
npm install react react-dom
- Install TypeScript Type Definitions:
npm install --save-dev @types/react
- Install Lucide React Icons and framer motions:
npm install lucide-react npm install framer-motion
- Install tailwind css dependancies :
npm install tailwindcss postcss autoprefixer
- Start the development server:
npm install npm run dev