You can access it live at https://skribbl.shivamvijaywargi.dev/
- Next.js: A React framework for server-side rendering (SSR) and static site generation (SSG), ensuring a performant and SEO-friendly application.
- TypeScript: Enhances code readability, maintainability, and type safety with strong typing and static type checking.
- Tailwind CSS: A utility-first CSS framework for rapid and responsive UI development.
- Shadcn UI: A UI component library that might provide pre-built components for common UI elements, potentially streamlining the development process.
- Zustand: A lightweight state management solution for managing application state in a centralized and reactive manner.
- Clone the repository: git clone
https://github.com/shivamvijaywargi/skribbl.git
- Install dependencies:
npm install
(orbun install
)
- Start the development server:
npm run dev
(orbun dev
) - The application will be accessible at
http://localhost:3000
(default port)