Thanks for contributing to the project. We request you all to follow our Code of conduct If you are contributing for the first time then take a look at this.
- Try to avoid adding new dependencies to save an hour.
- Write short and concise commit message, follow Semantic Commit Messages.
- Any change to linting rules should be made only after discussion with the team.
|--components/ # Smaller page components folder
|--pages/ # Assets for app(logos, fonts)
|--api/ # Directory backend API endpoints
|--hello.js
|--_app.js
|--index.js # Main landing page
|--public
|--assets/ # Assets for website(logos, fonts)
|--fonts/
|--images/
|--favicon.ico
|--styles/ # Global and page styles
|--globals.css
|--Home.module.css
|--.eslintrc.json
|--.gitignore
|--CODE_OF_CONDUCT.md
|--CONTRIBUTING.md
|--LICENSE
|--next.config.js
|--README.md
|--yarn.lock