This is a starter template for building Push Protocol applications using Next.js. It includes the basic setup and configurations needed to get started quickly.
- Integrates with Push Protocol API for chat functionalities.
- Ready-made structure for building chat interfaces.
- Built with Next.js for fast and efficient rendering.
- Clone this repository:
git clone https://github.com/AazimAnish/next-push-chat-starter.git
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open your browser and navigate to http://localhost:3000.
Feel free to contribute to this template by adding new features or improving existing ones. Pull requests are welcome!
- Push Protocol API Documentation: https://docs.push.org/
- Next.js Documentation: https://nextjs.org/
This project is licensed under the MIT License. See the LICENSE file for more details.