Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 534 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 534 Bytes

Headline

This repository includes all the code deployed used to power Headline.

Contributing

Thanks for your interest in contributing to Headline! We're excited you're here. Please open an issue or pr with the change that you desire.

Getting started

After cloning the repository run:

yarn install

Then create a .env file with the .env.sample template and fill in the missing environment variables. Once this is done you should be all set to run the project locally with the below command.

yarn run dev