Getting Started
- Fork the repository: Click the “Fork” button on our GitHub page.
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/nullboard.git - Install dependencies: Run
npm installorpnpm installin the project root. - Start development server: Run
npm run devto start the local development server.
Submission Guidelines
Pull Requests
- Create a new branch for your feature or fix:
git checkout -b feature/my-new-feature - Commit your changes following the Conventional Commits specification.
- Push your branch to GitHub.
- Open a Pull Request against the
mainbranch of the original repository.
Reporting Issues
Please use the GitHub Issue Tracker to report bugs. Include as much detail as possible:- Steps to reproduce
- Expected behavior
- Actual behavior
- Screenshots (if applicable)
