Skip to content

XDPVD/my-posts-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Posts App

Demo for YouTube course From Design to Development

Watch at https://www.youtube.com/watch?v=QjZIeA952jE

Getting Started

  1. Install dependencies
yarn install
  1. 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]"
  1. Start the development server
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

Demo for From Design to Development Crash Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.7%
  • SCSS 19.3%