Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 895 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 895 Bytes

Starknet Project Template

Overview

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.

Contributing

Please feel free to contribute to this project by submitting a pull request. Let's make it the best Starknet project template!

Quick Start

  1. Clone the repository:

    git clone https://github.com/TudorEsan/starknet-monorepo-template
    cd starknet-monorepo-template
  2. Install dependencies:

     pnpm install
  3. Run the development server:

    pnpm dev

Credits

This project utilizes components and concepts from the turborepo-shadcn-ui repository, developed and maintained by dan5py.