https://github.com/interest-protocol/interest-protocol
https://github.com/interest-protocol/interest-protocol
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/interest-protocol/interest-protocol
- Owner: interest-protocol
- Created: 2025-07-15T11:55:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-15T20:26:59.000Z (10 months ago)
- Last Synced: 2025-08-15T22:41:27.650Z (10 months ago)
- Language: TypeScript
- Homepage: https://interest-protocol.vercel.app
- Size: 2.51 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# IPX INTERFACE TEMPLATE
## Contributing
We always want to be better.
Feel invited to contribute, if you are comfortable, follow the instructions in [CONTRIBUTING.md](./CONTRIBUTING.md) to get started.
## Quick start
Use the version mentioned on `.nvmrc`
```bash
nvm use # or if u don't have installed use just nvm install
```
Install the project dependencies with yarn
```bash
pnpm i
```
Initialize the application
```bash
pnpm dev
```
## Code Style
You must install it in your Editor text
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Technologies
- [Typescript](https://typescriptlang.org)
- [React](https://react.dev/)
- [NextJS](https://nextjs.org/docs/getting-started)
- [Stylin.JS](https://github.com/git-marcopitra/stylin.js)
- [Emotion](https://emotion.sh/docs/introduction)