An open API service indexing awesome lists of open source software.

https://github.com/timstott/liquid-automations


https://github.com/timstott/liquid-automations

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## Setup

```console
brew install awscli
brew install terraform

yarn install
```

## Deployment
Make sure the infrastructure has been provisioned see [documentation](./infrastructure/README.md)

```console
npm-exec serverless --aws-profile liquid-automations-dev-deployment --stage dev deploy
```