This is a Next.js project bootstrapped with create-next-app
.
Pick one (and only one!) of the issues to get started.
Before you proceed, first make sure that you’re on the w23
branch.
Let’s install the npm dependencies:
Next you’ll need an access token from Algora. Navigate to your user settings to create one
Then, create a file named .env
at the project root with your access token:
ACCESS_TOKEN=dc6fbddab82618186c30879f8ac4d8d817616e84
Now you are ready to run the development server:
Once the server starts, you also need to run the code generator on the side which generates types as you write your queries & mutations.
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.tsx
. The page auto-updates as you edit the file.
The GraphQL Playground can be accessed on http://localhost:3000/api/graphql.
To learn more about technologies used in this project, take a look at the following resources: