-
๐ Responsive design for all devices.
-
๐ Add and customize links to your social media profiles, projects, or any other content.
-
๐จ Customize the look with easy-to-use themes and colors.
-
Next.js: React framework for server-rendered React applications.
-
Tailwind CSS: A utility-first CSS framework for rapid UI development.
-
MongoDB: NoSQL database for storing data.
- Node.js installed
- MongoDB installed locally or a MongoDB Atlas account
# Clone the repository
git clone https://github.com/your-username/branchhub.git
# Navigate to the project directory
cd branchhub
# Install dependencies
yarn install
-
Create a
.env.local
file in the root directory. -
Add your MongoDB connection string:
MONGODB_URI=your-mongodb-connection-string
# Visit http://localhost:3000 in your browser.
yarn run dev
- Customize your links and appearance by editing the config.js file.
- Deploy your BranchHub instance to your preferred hosting service.*
Contributions are welcome! Please check the Contributing Guidelines for more details.
This project is licensed under the MIT License.