Documentation frontend for The Conversation, forked from NYTimes' Library.
See the upstream repository for full documentation.
-
Clone and
cd
into the repo:git clone [email protected]:conversation/library.git && cd library
-
Install dependencies:
npm install
-
Create a
.env
file at the project root (sample in 1password). -
Copy the service account credentials from 1password to
server/.auth.json
. -
Start the app:
npm run watch
The app should now be running at localhost:3000
.