First, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Thank you for considering contributing to our project! We welcome any contributions that can help improve the project and make it even better. By contributing, you agree to abide by the following guidelines.
- Clone the project to your local machine.
- Create a new branch with a descriptive name for your feature or bug fix:
git checkout -b <your-initials>/<feature-or-issue>
- Make the necessary changes and ensure that the code passes any existing tests.
- Commit your changes with a clear and descriptive commit message:
git commit -m "add: homepage with rizz"
- Push your branch to the repository on GitHub:
git push -u origin <name-of-branch>
- Open a pull request in the original repository, providing a detailed description of your changes and any relevant information.
ps: please try building the project on your local machine to confirm everything works before pushing...Thanks🙃
We'll try and create a more structured code style and guideline document later, but for now read how the existing code is architeched and try to follow along.
- Follow the existing code style and guidelines used in the project.
- Ensure that your code is well-documented and easy to understand.
- Write clear commit messages that describe the purpose of your changes.