Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 718 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 718 Bytes

Lyft Open Source Website

Build Status

This is code for oss.lyft.com website.

Technology stack

Hacking

You need to have node and yarn installed.

Clone the repo and run following command to start the development server:

GITHUB_TOKEN=<github-token> yarn start

💡 Get a new GitHub access token here!

Deploy

Everything merged to the develop branch is automatically deployed via TravisCI.