This is the official repo for webuild.community website.
It was built using next, a framework for React to build static and dynamic websites and web applications.
Want to help? Sweet! We like help. Pull requests are very welcome. Here's how to get started:
- Fork the repository
- Make some changes (see Build Instructions below)
- Push your changes to your fork
- Open a pull request
When you open a pull request, we'd appreciate if you follow some basic guidelines:
- Describe what you're changing, and more importantly why you're changing it
- Keep the pull request focused on one thing - if you make two different, unrelated changes, please separate them into two pull requests
- Some pull requests won't get merged. All changes are reviewed by a committee member, and sometimes changes don't fit with the organisation's vision.
Building and deploying the site is done via yarn
yarn
installs dependenciesyarn dev
runs webpack dev server for development modeyarn build
builds source code to static files for production
WeBuild Community website by WeBuild Community is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License.