Slender is the first noncustodial Lending protocol on Stellar Soroban. Slender allows users to lend and borrow any crypto asset which supported by the Soroban network.
You will need:
First, clone the project:
git clone --recurse-submodules [email protected]:eq-lab/slender-ui.git
Install dependencies:
cd slender-ui
yarn
Then run the development app server:
yarn workspace @slender/app dev
To run the development landing server:
yarn workspace @slender/landing dev
Open http://localhost:3000 with your browser to see the result.
Start editing the main app page by modifying packages/app/src/app/page.tsx
. The page auto-updates as you edit the file.
We use Conventional Commits to track changes. You can find types (such as feat
and fix
) and scopes of the project in Commitlint configuration. A git pre-commit hook checks commit messages.
To run automated checks:
yarn test
In this script, Prettier and ESLint go over the codebase. Take a notice that automated reformatting runs as a git hook on commits.
- UI / UX specification
- Slender technical specification
- This is a React project bootstrapped with Next.js.
- It also depends on UI Kit project which is included as a Git module.
Licensed under the MIT license. Copyright 2023 EQ LAB.