- Clone the project & install dependencies
git clone [email protected]:dabit3/next.js-tailwind-authentication.git
npm install
# or
yarn
-
Create your Facebook and Google OAuth App IDs
-
Initialize the Amplify project'
amplify init
- Deploy the back end services
amplify push --y
- Run the app locally:
npm run dev