Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 977 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 977 Bytes

Library Supported node versions Tests

Documentation frontend for The Conversation, forked from NYTimes' Library.

See the upstream repository for full documentation.

Quick start

  1. Clone and cd into the repo:

    git clone [email protected]:conversation/library.git && cd library

  2. Install dependencies:

    npm install

  3. Create a .env file at the project root (sample in 1password).

  4. Copy the service account credentials from 1password to server/.auth.json.

  5. Start the app:

    npm run watch

The app should now be running at localhost:3000.