Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 968 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 968 Bytes

Clara Coin Slack Command

js-standard-style

This repository holds the AWS lamdba code used to serve the Clara Coin slack commands.

Quick start

Make sure you have node18+ installed.

# install dependencies
npm install
# run tests
npm run test

Contributing

Here are a quick things to watch for before submitting a pull request:

  • Title should be concise and to the point
  • Description should help maintainers understand why you are making changes and how you chose to address issues
  • New code should be checked with new tests
  • In general your code is
    • focused on the PR goal (don't fix something else as an aside)
    • linted
    • tested
    • up to date with the main branch (no conflicts)
    • folows standardjs style

TODO

  • describe how to deploy using serverless
  • add how to setup slack bot (permissions, etc.)
  • add a code of conduct