To get a local copy up and running follow these simple steps.
Install latest version of npm
- npm
npm install npm@latest -g
- Clone the project
git clone https://github.com/asharma8602/Microsoft-Engage-App
- Go to project directory and Install NPM packages
npm install
- Create a .env.local file
- Request an API key from TMDB and add it to .env.local file
NEXT_PUBLIC_TMDB_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- Start the application
npm run dev