Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 305 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 305 Bytes

Getting Started

Requires

  • nodejs

  • A functional yoga-app-api endpoint (see yoga-app-api endpoint README.md)

Local Development

Install dependencies

$ npm install

Copy environment variables file

$ cp .env.example .env

Run App

$ npm start

Open the browser at http://localhost:3000