An open API service indexing awesome lists of open source software.

https://github.com/yusrmuttaqien/zamroodhome-site

Zamrood Homepage by Pandooin
https://github.com/yusrmuttaqien/zamroodhome-site

app-router-nextjs framer-motion react-query responsive-web-design tailwind-css typescript

Last synced: 3 months ago
JSON representation

Zamrood Homepage by Pandooin

Awesome Lists containing this project

README

        


# Zamrood Homepage by Pandooin

### Framework, library, language or API used in this site

- [Next.js - Framework / Bootstrap](https://nextjs.org)

- [TailwindCSS - Styling library](https://tailwindcss.com)

- [React Query - API manager library](https://tanstack.com/query/latest)

- [Framer Motion - Animation library](https://www.framer.com/motion)


### How to run locally

1. Clone the repo

```bash
git clone https://github.com/yusrmuttaqien/zamroodhome-site.git
```

2. Open terminal and navigate to the project directory

```bash
cd zamroodhome-site
```

3. Install all dependencies

```bash
npm install

# or

bun install
```

4. Initialize required environment variables `.env` in root directory (one level with `/src` folder)

```env
NEXT_PUBLIC_API_BASE_URL=...
NEXT_PUBLIC_BASE_URL=...
```

Note: `NEXT_PUBLIC_API_BASE_URL` is the base URL of the API server, and `NEXT_PUBLIC_BASE_URL` is the base URL of the Pandooin's deployed Zamrood website.

5. Run the development server

```bash
npm run dev

# or

bun run dev
```

6. Open [http://localhost:3000](http://localhost:3000) with your browser to see the local website.

## Credits

### Yusril Muttaqien - 2024