Skip to content

metaskills/sfs-org-rails

Repository files navigation

757rb.org on Lambda

SITE: https://757rb.org

New Rails v6 app using the Lamby (https://lamby.custominktech.com) gem to run on AWS Lambda using API Gateway for site and static assets.

Development

You can develop using your local system & Ruby or using Docker.

Local System

$ ./bin/setup
$ ./bin/server

Docker

$ ./bin/setup-docker
$ ./bin/server-docker

Testing & Continuous Integration

Assumes you have setup in either the local system or Docker above.

$ ./bin/setup