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

Latest commit

 

History

History
41 lines (27 loc) · 535 Bytes

Readme.md

File metadata and controls

41 lines (27 loc) · 535 Bytes

🚀 Backbenchers

Source code for the backbenchers website.

Development

Navigate into the site’s directory and start it up.

cd backbenchers/
npm run develop

Deployment

Build a production build

gatsby build

Deploy to localhost through gatsby OR firebase

gatsby serve
firebase emulators:start

Deploy to a preview stage with firebase

Replace CHANNEL_ID.

firebase hosting:channel:deploy CHANNEL_ID

Deploy to live site

firebase deploy