Welcome to the documentation site for the design guidelines of the FOSS Community at the University of Kelaniya. This repository contains all the necessary guidelines and best practices for design within our community.
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/fossuok/nextra-doc-template.git cd nextra-doc-template
-
Install dependancies
npm install
-
Run the development server
npm run dev
-
Build the project
npm run build
Before contributing, please make sure all test cases pass. Run the following command to check for test cases
npm run test
We welcome contributions from everyone. To contribute, follow these steps
- Fork the repository
- Create a new branch
git checkout -b feature/your-feature-name
- Make your changes
- Commit your changes
git commit -m "Add your commit message"
- Push to the branch
git push origin feature/your-feature-name
-
Create a pull request
Please ensure your code adheres to the project's coding standards and passes all linting and test checks.
Thank you to all our contributors! If you'd like to contribute, please feel free to submit a pull request.
This project is licensed under the MIT License
.
If you have any questions or need further assistance, feel free to open an issue or contact the maintainers.