Check website here : Catalyst
This is the main website for Catalyst Open Source. It contains information about our various open source projects, the programs we participate in, information about how to contribute, and how to contact us.This website acts as an interface to help introduce people to the organization's Open Source community, and make the transition from newcomers to contributors easier.
This project is under active development
Please read our Contributing Guidelines, Code of Conduct and Reporting Guidelines thoroughly.
- master: These branches contain the deployment of the website.
- develop: This contains the latest code. All the contributing PRs must be sent to this branch.
- production: Merge develop into production triggers deployment of the website.
You should have node
and npm
installed in your system.
1. git clone https://github.com/Catalyst-IN/Catalyst-IN
2. Run npm install
in the root directory to install the dependencies.
3. Run npm run serve
in the root directory.
4. Open http://localhost:8080/
in any web browser.
You can reach the maintainers and our community on Catalyst-discord. Where you can ask questions and interact with the community, join with us!
The project is licensed under the GNU General Public License v3.0. Learn more about it in the LICENSE file.