Skip to content

Latest commit

 

History

History
52 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

52 lines (26 loc) · 1.02 KB

Quack.fun

The only social layer on solana built on token-ext

Tech Stack

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

Local Development

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 install or pnpm i

  • Run the Dev Server : pnpm dev

Environment Variables

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