Welcome to the BlockHub Studio Landing Page repository! BlockHub Studio is an open-source initiative to create a diverse and interactive community that wants to learn about blockchain.
The BlockHub Studio Landing Page is a dynamic and visually stunning interface built to showcase BlockHub's concepts and ideas. This project is part of an educational community dedicated to blockchain technology, aiming to foster collaboration, learning, and innovation in the blockchain space.
-
Interactive Elements: Hover effects and container movements.
-
Responsive Design: Optimized for various devices (desktop, tablet, mobile).
-
Contact Links: Easy navigation to essential sections and contact information.
-
Open Source: Contributions are welcome to enhance and improve the project.
-
Framework: Next.js
-
Styling: Tailwind CSS
-
Animations: GSAP (GreenSock)
Follow the instructions below to set up and run the project locally.
- Clone the repository:
git clone https://github.com/mlpeter33/BlockHubStudio-lading-page.git
cd BlockHubStudio-lading-page
- Install dependencies:
npm install
- Go to the app:
cd blockhubedu-landing
- Start the development server:
npm run dev
- Open your browser and navigate to:
http://localhost:3000
We welcome contributions from both internal team members and the broader community! Here’s how you can get involved:
- Our team members can contribute directly without forking the repository, as long as they follow the branch naming convntion:
user/your-username
- Create a new branch with your username:
git checkout -b user/your-username
- Make your changes and commit them:
git commit -m "Add your commit message here"
- Push your changes to your branch:
git push origin user/your-username
- Open a pull request.
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your commit message here"
- Push your changes to your branch:
git push origin feature/your-feature-name
- Open a pull request.
Please ensure your code follows the project's coding standards and is well-documented.
This project is licensed under the Apache License 2.0. Feel free to use, modify, and distribute this project as you see fit.
For any questions or suggestions, feel free to enter our discord Blockchain Lab or open an issue in the repository.
Thank you for contributing to BlockHub Studio's Landing Page!