A responsive and interactive fan page dedicated to the anime Cyberpunk: Edgerunners, built with React, TypeScript, GSAP, and Tailwind CSS.
You can access the deployed version of this project here.
- Dynamic Animations: Powered by GSAP for smooth transitions.
- Mobile-First Design: Built with Tailwind CSS.
- Blazing Fast: Optimized with Vite.
- Docker Support: Easy containerized deployment.
- Type Safety: TypeScript integration.
- Node.js and npm (if running locally).
- Docker installed (if running with Docker).
You can run this application either with Docker or locally on your machine.
- Clone the repository:
git clone https://github.com/AlexandreDresch/EdgeRunners.git- Navigate to the project directory:
cd EdgeRunners- Build and start the Docker containers:
docker-compose up --build- Open your browser and navigate to:
http://localhost:5173- To stop the Docker containers:
docker-compose down- Clone the repository:
git https://github.com/AlexandreDresch/EdgeRunners.git- Navigate to the project directory:
cd EdgeRunners- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to:
http://localhost:5173- dev: Starts the Vite development server.
- build: Builds the project using TypeScript and Vite.
- preview: Runs a Vite preview of the built app.
