Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 519 Bytes

GETTING_STARTED.md

File metadata and controls

15 lines (11 loc) · 519 Bytes

Getting Started

Installing, Setting Up and Running the Project Locally

  1. Clone the repository to your local machine with git clone git@github.com:codesydney/migram-frontend.git in your terminal.
  2. Navigate to the new repository folder in your terminal.
  3. Install dependencies with npm install.
  4. Create a .env.local file in the local repository with
NEXT_PUBLIC_API_URL="https://migram.herokuapp.com/"
NEXTAUTH_URL="http://localhost:3000/"
  1. Run a local development server with npm run dev.