Contribution Guidelines
How to contribute?
Repositoy is open to all members of the community and we look forward to contributions from everyone. Follow the steps below to contribute to this project.
- Fork the repository
- Clone the repository to your local machine
- Create a branch
- Make necessary changes and commit those changes
- Push changes to GitHub
- Submit your changes for review
Local Development
Prerequisites
- Node.js (opens in a new tab) 18 or higher.
Install and run
- Clone the repository
git clone https://github.com/NextCafeteria/cafeteria
- Install dependencies
npm install
- Start the development server
npm run dev
Build the code
npm run build
Coding style
- Use Prettier (opens in a new tab) for code formatting.
- Run the following command to format the code.
npm run pr