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
- Host: GitHub
- URL: https://github.com/yusrmuttaqien/zamroodhome-site
- Owner: yusrmuttaqien
- License: gpl-3.0
- Created: 2024-08-08T08:32:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T14:21:41.000Z (5 months ago)
- Last Synced: 2025-01-19T15:27:00.126Z (5 months ago)
- Topics: app-router-nextjs, framer-motion, react-query, responsive-web-design, tailwind-css, typescript
- Language: TypeScript
- Homepage: https://zamroodhome.vercel.app
- Size: 5.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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