Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 610 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 610 Bytes

README

Welcome to SidekickSammy!

Getting Started

Let's get started by cloning this repo and installing dependencies:

$ git clone
$ cd
$ yarn

Running Locally

$ yarn dev

Testing a build before deploying

$ yarn rw build web
$ yarn rw build api

Running locally onlike with ngrok

$ yarn rw dev
$ ngrok http http://localhost:8910 --host-header="localhost:8910"

Conencting to App

fly ssh console

Deploying to Fly

fly deploy

Destroying a machine

fly machine destroy