This is a Next.js application. The project leverages React, TypeScript, and other modern web technologies to deliver a fast and efficient user experience.
Ensure you have Node.js (v18+) and npm/yarn/pnpm installed.
git clone https://github.com/UniLend/numa-fe.git
cd your-nextjs-app
npm install # or yarn install or pnpm install
npm run dev # Runs on http://localhost:3000
npm run build
npm start
npm run lint # Checks code for issues
npm run format # Formats code
This project is licensed under the MIT License.
Made with ❤️ using Next.js!