This repository is a public version of the private repo ZVLabs-Web-App.
It contains general project information but omits any internal details.
The official website for ZV Labs, the video game development umbrella of ZATHENA VENTURES.
π Visit the Project Website
Below is the original README content from the private repository:
This project is the official web application for ZV Labs, the gaming division of ZATHENA VENTURES. It showcases experimental browser games with a nostalgic PS2-inspired design and integrates cutting-edge Web3 technology.
You can edit this code using your preferred IDE. Clone this repository and push your changes.
The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
# Step 1: Clone the repository.
git clone <YOUR_GIT_URL>
# Step 2: Navigate to the project directory.
cd <YOUR_PROJECT_NAME>
# Step 3: Install the necessary dependencies.
npm i
# Step 4: Start the development server.
npm run devThis project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
- React Router
- TanStack React Query
- Framer Motion
- Lucide React
- React Hook Form & Zod
- Sonner (for toasts)