- Astro - Web development, streamlined.
- Typescript - JavaScript with syntax for types.
- Zustand - For state management in React.
- React - A JavaScript library
- RadixUI - open source component library for building user interfaces.
- Lucide Icons - A clean and friendly icons libraries.
- Tailwindcss - A utility-first CSS framework for rapidly building custom designs.
You will need:
- Fork this repository and clone it locally:
git clone git@github.com:your_username/gitguide.git
- Install dependencies:
# Install pnpm globally if you don't have it:
npm install -g pnpm
# and install dependencies:
pnpm install
# Open a Web Project:
pnpm dev
- 🧑🚀 Open
http://localhost:4321
to view the website.
and create a pull request with your features or fixes 🚀.