This project is a proof of concept using NextJS and Supabase.
- [] User login with email and password
- [] Connection with SSO (Google, GitHub, Apple)
- [] Real-time chat with other users
- [] Chat GPT-3 integration
- Clone the project from GitHub
- Install the dependencies using the command
npm install
- Replace the values with your own (Supabase URL and API key) in the file
.env
- Launch the application using the command
npm start
🤝 If you would like to contribute to this project, you can:
- Fork the project from GitHub
- Create a branch for your modifications (
git checkout -b feature/my-new-feature
) - Make your modifications and test the code
- Commit your modifications (
git commit -am 'Added my new feature'
) - Push your modifications to GitHub (
git push origin feature/my-new-feature
) - Open a Pull Request to discuss the modifications
📝 This project is licensed under the MIT License.