This is the frontend UI/UX for The Cult, a tokenized creator economy platform built on the high-performance Monad blockchain. The frontend is built using Next.js and provides a seamless interface for creators and their communities to interact with the platform.
First, clone the repository and navigate to the cult-frontend
directory:
git clone https://github.com/amit-katyal/cult-frontend.git
cd cult-frontend
Install the dependencies:
npm install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
We welcome contributions! Please fork the repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.