Table of Contents
A project to learn React and Next.js.
Follow the steps below to run the application.
-
Clone the repo
git clone https://github.com/MikeZone121/amazon-clone
-
Install NPM packages
npm install or yarn
-
Create
.envfile in the root folder -
Enter your GOOGLE Credentials in
.envGOOGLE_ID=[YOUR_GOOGLE_ID] GOOGLE_SECRET=[YOUR_GOOGLE_SECRET]
-
Enter your NEXT Auth Credentials in
.envNEXTAUTH_URL=[YOUR_NEXTAUTH_URL] NEXTAUTH_SECRET=[YOUR_NEXTAUTH_SECRET]
-
Run the application
npm run dev or yarn dev
Distributed under the MIT License. See LICENSE.txt for more information.
Mike Livis - mikezone1805@gmail.com
Project Link: https://github.com/MikeZone121/amazon-clone
