Rename your .env.example
to .env
and fill all the variables.
Create a GitHub OAuth application and make sure to set:
- Homepage URL: http://localhost:3000
- Authorization callback URL: http://localhost:3000/api/github/callback
Fill your .env
with GITHUB_CLIENT_ID
and GITHUB_CLIENT_SECRET
variables.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/pages/sign-in.vue
. The page auto-updates as you edit the file.
To learn more about Grafbase, take a look at the following resources:
- Grafbase - learn about Grafbase features and API.
To learn more about Nuxt 3, take a look at the following resources:
- Nuxt 3 Documentation - learn about Nuxt 3 features and API.