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:
- Make sure you have the Serverless Framework installed globally. Run:
yarn global add serverless
. - On the project directory run
yarn
to install local dependencies. - Make sure you have a
.env
file with the right environment variables set up.
This project uses the plugin serverless-offline
to simulate the lambdas on a local server.
Run the server with: yarn dev
.