Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.08 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.08 KB

Open Map Slack App

serverless Maintainability

This is a Serverless Framework project and is set up to run on AWS.

Disclaimer: We do prefer using Yarn to install dependencies, so that's what we're going to use in this documentation.

After cloning the repository:

  1. Make sure you have the Serverless Framework installed globally. Run: yarn global add serverless.
  2. On the project directory run yarn to install local dependencies.
  3. Make sure you have a .env file with the right environment variables set up.

Running locally for development

This project uses the plugin serverless-offline to simulate the lambdas on a local server.

Run the server with: yarn dev.