A space for coders
Codú is the ultimate community of web developers to learn, share, and get support for your projects, either big or small. It is the perfect place to sharpen your skills and build your portfolio. In Codú, we're all here to help each other to grow as web developers. Plus, Codú makes it easier to find collaborators for your next big project.
$ npm install
# development
$ npm run devAfter completion of above commands, now -
Navigate to http://localhost:3000 in your browser to see the result.
You can start your journey by modifying pages/index.tsx. With Auto-update feature, pages updates as you edit the file.
API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.
The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.
- Contributions are greatly appreciated. Contributions make the open source community an amazing place to learn, inspire, and create.
- Check out our contribution guidelines for contributiong to our repo. It includes
- How to Contribute
- How to create a Pull Request
- Run Tests
- Also, Style Guide for Commit Messages
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!
You are welcome to open issues to discuss ideas about improving our Codú. Enhancements are encouraged and appreciated.
