This is a Next.js project bootstrapped with create-next-app, that uses the Sendbird API and JS SDK
First, install Git Then, install NodeJS(it comes with npm). Finally, execute the following command :
npm installBefore anything, you will have to create a Sendbird account, then signin, create an application, and copy the "Application ID" value and paste it as APP_ID=[YOUR_KEY] in a .env file at the root of this project.
You will also need the API token as API_TOKEN=[YOUR_API_TOKEN].
You can now run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.