This is an open source project for creating a website that shall serve as a template/boilerplate for various technical communities, clubs, organizations, etc to use.
With certain modifications to the content specific to the communinity or group using this, the need to build a website from scratch and the pains of fixing bugs and figuring out what part fits where is eliminated. Feel free to use this!. If this project helps out, we would be grateful, if you could give us a mention. Also, we would love to see your version of the same! Do a give a PR for a different branch that showcases how you used this!
This project is also meant to be a starting for all techies interested to get their hands dirty in open-source contributions. A highlight of this project being this project is "built by the community for the community". This takes off from the similar effort by the project admin for GirlScript Summer of Code in the following projects:
Currently this is a part of Rails Girls Summer of Code'2020
Participants are welcome to contribute beyond just the website, i.e. to have small web apps or scripts for the projects section which once accepted shall be potrayed officially and also added on the github org
Link to the corresponding app template
- Ability to use Git and Github is mandatory
- Working knowledge of HTML,CSS and Javascript
- Basic knowledge of React is a plus and willingness to learn more
- UI/UX skills are appreciable but not mandatory
- Django/NodeJS is a bonus skill to have
- Dart Programming
- Flutter Crash Course
- Firebase and Flutter App Build
- Reso Code's Youtube Channel for best practices
- Official Flutter Documentation
- Hyper Text Markup Language
- Cascading Style Sheets
- JavaScript
1. Fork this repository.
2. Clone your forked repository to your local system.
git clone https://github.com/<your-github-username>/community_website_boilerplate
3. Navigate to the project directory.
cd community_website_boilerplate
4. Create a new branch.
git checkout -b <your_branch_name>
5. Make changes in source code.
6. Commit your changes.
git add .
git commit -m "<your_commit_message>"
7. Push your local branch to the remote repository.
git push -u origin <your_branch_name>
8. Create a Pull Request!
Congratulations! Sit and relax, you've made your contribution to Community Website Boilerplate project.