Skip to content

Latest commit

 

History

History
78 lines (57 loc) · 2.19 KB

README.md

File metadata and controls

78 lines (57 loc) · 2.19 KB

GitHub stars GitHub issues GitHub forks GitHub PRs

🛠️ Stack

  • 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.

🚀 Getting Started

You will need:

  1. Fork this repository and clone it locally:
git clone git@github.com:your_username/gitguide.git
  1. 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
  1. 🧑‍🚀 Open http://localhost:4321 to view the website.

and create a pull request with your features or fixes 🚀.

✌️ Contributing