Files
zin-tools/README.md
2024-02-01 12:01:04 +05:00

703 B

ZinTools

Built using Next.js and Tailwind CSS.

Getting Started

  1. Clone the repository:
git clone https://github.com/aftabrehan/zin-tools.git
  1. Install the required dependencies:
npm
# or
yarn
# or
pnpm
# or
bun
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Note

This project is created solely for test/portfolio purposes, and you are free to use it as you see fit.