Documentation
Contribution

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.

  1. Fork the repository
  2. Clone the repository to your local machine
  3. Create a branch
  4. Make necessary changes and commit those changes
  5. Push changes to GitHub
  6. Submit your changes for review

Local Development

Prerequisites

Install and run

  1. Clone the repository
git clone https://github.com/NextCafeteria/cafeteria
  1. Install dependencies
npm install
  1. Start the development server
npm run dev

Build the code

npm run build

Coding style

npm run pr