Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 847 Bytes

GETTING_STARTED.md

File metadata and controls

20 lines (14 loc) · 847 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/"
NEXT_PUBLIC_STRIPE_PK=pk_test_51Ldv3lIDyogLrEpF26RGnjQqJAQYZHaBahJEGwGox2ygfgv973VyI3yW0TOboRQ8HOPbZwnMaqJ3xzKWquv2zt6C00n535N91v
NEXTAUTH_URL="http://localhost:3000/"
  1. Run a local development server with npm run dev.

Contributing to Migram - Code.Sydney Playbook Excerpt