This is a minimal Starknet project template that uses TurboRepo, Next.js, Shadcn, NextUI, and Tailwind CSS. It's set up with pnpm
for efficient package management. Supports light and dark modes.
Please feel free to contribute to this project by submitting a pull request. Let's make it the best Starknet project template!
-
Clone the repository:
git clone https://github.com/TudorEsan/starknet-monorepo-template cd starknet-monorepo-template
-
Install dependencies:
pnpm install
-
Run the development server:
pnpm dev
This project utilizes components and concepts from the turborepo-shadcn-ui repository, developed and maintained by dan5py.