Files
zin-tools/README.md
2024-02-01 20:28:42 +05:00

43 lines
624 B
Markdown

# ZinTools
Built using Next.js and Tailwind CSS.
## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/aftabrehan/zin-tools.git
# or
gh repo clone aftabrehan/zin-tools
```
2. Install the required dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
3. Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
> [!NOTE]
> This project is created solely for test/portfolio purposes, and you are free to use it as you see fit.