TechNodes: Empowering tech enthusiasts through open-source collaboration, knowledge sharing, and problem-solving for positive impact in the tech community.
Welcome to the Community Website project! This website aims to bring together community members and provide a platform for collaboration, discussions, and sharing of resources.
- User registration and authentication
- Discussion forums for community members
- Resource sharing and downloads
- Community events calendar
- News and updates section
- User profiles and messaging system
-
Clone the repository:
git clone https://github.com/TechNodes2-0/TechNode-Community-Website.git
-
Install dependencies:
cd TechNode-Community-Website npm install
-
Configure the environment variables:
- Rename the
.env.example
file to.env
. - Modify the variables in the
.env
file according to your setup (database connection, API keys, etc.).
- Rename the
-
Start the development server:
npm run dev
The website should now be accessible at
http://localhost:3000
.
We welcome contributions from the community to make this website even better! To contribute, follow the guidelines outlined in the Contribution Guide.
This project is licensed under the MIT License.