Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.2 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.2 KB

@craftzing/slack-bot

code-review release docker image version docker image size

Setup

Dependencies

# install node
nvm install

# dependencies
yarn

VSCode

All suggested extensions and settings can be found in the .vscode directory. When opening the repo for the first time you will be prompted to install the suggested extensions.

Linting

# lint
yarn lint

# lint & try to fix what's possible
yarn lint:fix

Testing

# run tests
yarn test

Development

# dev server
yarn dev

# compile source
yarn build

Deployment

An arm64v8 Docker image is built on tag & deployed automatically on the Raspberry Pi @ Gent office.

# small bugfix
yarn patch

# new (small) features
yarn minor

# new (big) release
yarn major