Demo for the course From Design to Development that takes you from Figma and Storybook to a full stack Next.js app with Applitools testing and Netlify authentication.
Learn how to create your own with From Design to Development Crash Course - Full Stack Next.js Tutorial
- 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