Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 482 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 482 Bytes

korero

An app for effective team async communication.

Deployment

To deploy, trigger the deploy GitHub Action a production or staging workflow manually.

Architecture

Secure static site hosting with S3 and CloudFront.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint