The only social layer on solana built on token-ext
| Tech | Link |
|---|---|
| Nextjs - TS | https://nextjs.org |
| Solana Wallet Adapter | https://github.com/anza-xyz/wallet-adapter |
| Tailwind CSS | https://tailwindcss.com |
| NextUI | https://nextui.org |
| Framer Motion | https://www.framer.com/motion |
| Sooner | https://sonner.emilkowal.ski |
| Pnpm | https://pnpm.io |
Clone the repository
Install Nodejs Runtime (If not installed) - https://nodejs.org/en/download
Install pnpm (If not installed) - https://pnpm.io/installation
If you have NPM installed already
npm install -g pnpm
-
Install all the dependencies :
pnpm installorpnpm i -
Run the Dev Server :
pnpm dev
To run this project, you will need to add the following environment variables to your .env file
Backend Development URL : BE_DEV_URL
Backend Production URL : BE_PROD_URL