A responsive and animated landing page for Zentry, the metagame, built with React, Tailwind CSS, and GSAP. This page showcases the metagame with smooth animations and a modern UI design, hosted on Netlify for easy access.
You can view the live version of the landing page here:
https://zentryinspired.netlify.app/
To run this project on your local machine, follow these steps:
Clone the repository:
git clone https://github.com/your-username/zentry-landing-page.git
Navigate to the project directory:
cd zentry-landing-page
Install dependencies:
npm install
Set up environment variables:
.env
file in the root directoryREACT_APP_API_URL=your_api_url_here
Start the development server:
npm start
View the website:
http://localhost:3000
To create a production build:
Run the build command:
npm run build
Test the production build locally:
npx serve -s build
zentry-landing-page/
├── public/
│ ├── index.html
│ └── assets/
├── src/
│ ├── components/
│ ├── pages/
│ ├── styles/
│ ├── utils/
│ ├── App.js
│ └── index.js
├── package.json
└── tailwind.config.js