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:
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.
git checkout -b <your-initials>/<feature-or-issue>
git commit -m "add: homepage with rizz"
git push -u origin <name-of-branch>
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.