https://github.com/interest-protocol/interestlabs.io
Interest Labs landing page
https://github.com/interest-protocol/interestlabs.io
Last synced: about 2 months ago
JSON representation
Interest Labs landing page
- Host: GitHub
- URL: https://github.com/interest-protocol/interestlabs.io
- Owner: interest-protocol
- Created: 2024-03-26T04:40:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-13T09:58:15.000Z (2 months ago)
- Last Synced: 2026-04-13T11:35:02.449Z (2 months ago)
- Language: TypeScript
- Homepage: https://interestlabs.io
- Size: 8.63 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# IPX Landing Page
## 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)