Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 307 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 307 Bytes

Quick start

  1. Populate the .env.development file :

     BAZAAR_API_URL=https://bazaar.samposoftware.com/api/v1
     TEST_LMS_URL=https://sample.idp.com
    
  2. Start the web server:

     $ rails server
    

    Run with --help or -h for options.

  3. Using a browser, go to http://localhost:3000