A proof of concept website for software engineering.
Docs
|
Pulls
|
Issues
|
License
features:
- interactive and accessible user-interface
- fast loading times with SSR
tools & frameworks:
- remix
- vite
- react
- tailwindcss
📂 Running the project locally:
git clone https://github.com/v1br/cafe-management-system.git
cd cafe-management-system/remix
bun install
bun run build
bun run start
💻 Contributing to the project:
# [ fork the repository ]
git clone https://github.com/username/cafe-management-system.git && cd cafe-management-system
git branch -b new-feature
# [ apply your changes ]
git add changes
git commit -m "meaningful message"
git push origin new-feature
# [ create a pull request ]
Important
Please follow conventional commits: https://www.conventionalcommits.org/en/v1.0.0/
🥕🐇