Created Layout & Responsive Header Component
This commit is contained in:
14
README.md
14
README.md
@@ -6,20 +6,22 @@ Built using Next.js and Tailwind CSS.
|
||||
|
||||
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
|
||||
npm install
|
||||
# or
|
||||
yarn
|
||||
yarn install
|
||||
# or
|
||||
pnpm
|
||||
pnpm install
|
||||
# or
|
||||
bun
|
||||
bun install
|
||||
```
|
||||
|
||||
3. Run the development server:
|
||||
@@ -36,7 +38,5 @@ bun dev
|
||||
|
||||
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
||||
|
||||
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) 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.
|
||||
|
||||
Reference in New Issue
Block a user