Revolutionizing Financial Inclusion: Koryntia's Mission to Empower 2 Billion People with Borderless Credit Access
This project is built on Next.js 13.5 and is organized as a single application within a standalone repository. This approach allows us to focus on delivering a cohesive and optimized DeFi experience.
To run this project locally, the following tools are required on your local machine:
Clone the project:
git clone https://github.com/Koryntia/KoryntiaWebApp.git
Navigate into the project directory and install its dependencies:
cd KoryntiaWebApp/
Before setting up a project, install dependencies for the Project:
npm install
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result. -http://localhost:3000 --> if you wanna test Metamask connection page -http://localhost:3000/landing --> for the langing page
To test:
-
Make sure you have MongoDB Compass up and running.
-
Copy the content of
.env.example
and save it in.env.local
file. -
visit: http://localhost:3000/loans
Note:
- The
loans
route is only for testing purposes. Might/will be deleted later.
N/A
List of libraries in building the Koryntia web app
N/A
N/A
List of common reusable components.
Components
- Card
- Button
N/A