0.0.1 • Published 4 years ago

flyby v0.0.1

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
4 years ago

FlyBy

Project Management

https://3.basecamp.com/4437751/projects/16543583

Scripts

Read Makefile

Installation

# install dependencies for server side
npm i

# install client side dependencies
cd client && npm i

Setup

Run the tests locally

make release && make bootstrap=1 test

Running tests downloads and creates docker instance of DynamoDB and insert initial data

If you don't want data to be deleted

make test

Build the client

make build_client

Run the dev server

npm run dev

Docker container as part of the previous run should be running, dev mode access that docker container. If you have to reset data rerun the previous command

Go to chrome://extensions and do Load Unpacked Extension and locate the client/build/ directory