https://github.com/interest-protocol/suitears-website
A website Page for SuiTears 💧
https://github.com/interest-protocol/suitears-website
devx docs landing-page move smart-contracts sui suimove
Last synced: about 1 year ago
JSON representation
A website Page for SuiTears 💧
- Host: GitHub
- URL: https://github.com/interest-protocol/suitears-website
- Owner: interest-protocol
- Created: 2023-11-22T15:09:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T21:14:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-27T23:48:01.144Z (about 1 year ago)
- Topics: devx, docs, landing-page, move, smart-contracts, sui, suimove
- Language: TypeScript
- Homepage: https://www.suitears.com
- Size: 9.41 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# SUITears 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
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)