Demo for YouTube course From Design to Development
Watch at https://www.youtube.com/watch?v=QjZIeA952jE
- Install dependencies
yarn install
- Set up environment variables
AIRTABLE_BASE_ID="[Your API Key]"
AIRTABLE_API_KEY="[Your API Key]"
NEXT_PUBLIC_API_ENDPOINT="[Your Endpoint or http://localhost:3000]"
NEXT_PUBLIC_AUTH_ENDPOINT="[Your Endpoint]"
- Start the development server
yarn dev
Open http://localhost:3000 with your browser to see the result.