Skip to content

ayazici21/comp306project

Repository files navigation

comp306project

Rules

All rules in this guide must be followed or might get replaced without warning.

  • All TypeScript code must follow this guide. HTML and CSS files should follow this.

  • Branch names must follow this naming convention:

    1. fix/...: Branches dedicated to fixing specific issues or bugs in the codebase.
    2. feat/...: Branches focused on implementing new features or functionalities.
    3. wip/...: Branches indicating work-in-progress, often for incomplete features or experimental changes.
    4. refactor/...: Branches for refactoring existing code to improve its structure, readability or performance.
    5. hotfix/...: Branches for addressing critical issues or bugs that require immediate action.
    6. test/...: Branches for testing purposes, such as writing or updating unit tests.
    7. rules/...: Branches for updating this file only.
  • Try to keep branch names short.

  • Avoid unnecessary commenting. Clean code must be self-explanatory.



This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors