|
|
|
|
Our platform is built with modern technologies for optimal performance and developer experience:
graph LR
A[TypeScript] --> B[Next.js]
B --> C[React]
C --> D[Tailwind CSS]
D --> E[Framer Motion]
E --> F[Radix UI]
F --> G[Zod]
style A fill:#007ACC
style B fill:#000000
style C fill:#61DAFB
style D fill:#38B2AC
style E fill:#FF4F8B
style F fill:#6E56CF
style G fill:#3068B7
- Node.js 18.x or later
- npm or yarn
- Git
- Clone the repository
git clone https://github.com/hamawebdev/infinity-club-site.git
cd infinity-club-site
- Install dependencies
npm install
# or
yarn install
- Start the development server
npm run dev
# or
yarn dev
Command | Description |
---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm start |
Start production server |
npm run lint |
Run ESLint |
We love your input! We want to make contributing to Infinity Club Site as easy and transparent as possible. Please see our Contributing Guide for details.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Hama Web Dev - @hamawebdev - [email protected]
Project Link: https://github.com/hamawebdev/infinity-club-site