View Demo Β· Report Bug Β· Request Feature
Welcome to Opentek, your No.1 source for Open Source Development. We're dedicated to giving you the very best of tools, resources, and projects, with a focus on Collaboration, Code, and Networking. Try out Opentek π
- Introducing Opentek π
- π Demo
- π Features
- π οΈ Installation Steps
- π» Built with
- π₯ Community Partners
- π Future Plans
- π Deploy
- π Support
- β Our Socials
- π± Progressive Web App(PWA) Supported
- β¨ User Authentication
- β Open Source EVENTS displayed Month-Wise (with a short desc, logo, and Website)
- β Open Source PROGRAMS displayed Month-Wise (with a short desc, logo, and Website)
- π Open Source related TUTORIALS hand-picked from the best in the domain embedded in our website (credits to the Author displayed)
- π₯ Domain-Specific Open Source PROJECTS from all around GitHub by amazing Open Source Developers where you can contribute (credits to Admin given)
- π Save PROJECTS work on them later
- π€ Share the PROJECTS with others and spread the open-source spirit!
- π» Official Discord Channel solely dedicated to Open Source Development where you can showcase your projects and collaborate
- π ANYONE!! YES ANYONE can contribute to this project and can make a difference.
- π₯ Never miss out on any Events and Programs anymore and say bye-bye to the tedious google searches to find a tutorial or a Beginner-friendly project
OPEN SOURCE TO THE MOOON π Join our
- Fork this repository.
- Clone your forked copy of the project.
git clone --depth 1 https://github.com/<your username>/opentek.git
- Change the working directory.
cd opentek
- Add a reference to the original repository.
git remote add upstream https://github.com/Opentek-Org/opentek.git
- Check the remotes for this repository.
git remote -v
- Always take a pull from the upstream repository to your main branch to keep it up-to-date with the main project (updated repository).
git pull upstream main
- Create a new branch.
git checkout -b <your_branch_name>
You are all set! Use a live server or simply run index.html
to see the app.
Opentek provides a Docker setup that allows you to run the application in a containerized environment. To use Docker with Opentek, follow these steps:
Make sure you have Docker installed on your machine. If not, you can download and install Docker from the official website: Docker Build the Docker image using the provided Dockerfile by running the following command:
docker build -t opentek .
Once the Docker image is built, you can run a container using the following command:
docker run -p 80:80 opentek.
Open your web browser and visit http://localhost to access the Opentek application running inside the Docker container.
If you are using VS Code, you can use the live server extension to set up your local environment. Simply right-click on index.html and choose "Open with Live Server" to view the application locally.
Now you can access the application on the default port 80 without any authentication requirements. Happy coding! ππ
- Perform your desired changes to the code base.
- Track your changes.
git add .
- Commit your changes.
git commit -m "Relevant message"
- Push the committed changes in your feature branch to your remote repo.
git push -u origin <your_branch_name>
-
To create a pull request, click on "Compare and pull requests". Please ensure you compare your feature branch to the desired branch of the repo you are supposed to make a PR to.
-
Voila π You have made a PR for the Opentek project. Sit back patiently and relax while the project maintainers review your PR.
Please read our Code of Conduct, and the process for submitting pull requests to us.
Please read our contributing guidelines
- Conducting Community Own OPEN SOURCE PROGRAM.
- Sorting out projects according to beginners, intermediate and advanced levels.
- Participating in various Open Source programs with this project.
- Collaborating with various communities and creating opportunities.
- Adding Hackathon Page and updating it month-wise.
- Animations.
- In-built blog posts related to Open Source and Networking.
- Creating projects under Opentek and Open Sourcing them.
This project needs a βοΈ from you. Don't forget to leave a star βοΈ It will motivate us!!