Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.48 KB

File metadata and controls

23 lines (19 loc) · 1.48 KB

Project Overview

This project is an application that provides an abstraction for my website to fetch data for the reading-list.

Stack overview

Run Project Locally

  1. git clone {this repo}
  2. npm install or yarn
  3. npm run dev
  4. visit localhost:9000/api-docs

Environment Variables

Key Value Note
DEPLOYMENT_ENV String indicates enviornment Required
CONTENTFUL_SPACE_ID contentful space id Required
CONTNETFUL_ACCESS_TOKEN contentful access token Required