Skip to content

attakei/Cheer

 
 

Repository files navigation

Cheer

Install Cheer application

Go to our official page and see start guide.

Start development

Build and lunch Cheer for development.

yarn dev

Lunch as debug mode. (It uses past Slack messages as data for debugging)

yarn dev:debug

If you want to see components.

yarn storybook

Secret variables

Cheer uses some secret variables like Slack secret token. Those are not included in this repo, and those should be included in sectet.ts before any build.

Name Description
SLACK_CLIENT_ID slack client id
SLACK_REDIRECT_URL slack redirect url
DEV_SCHEME_URL url scheme for dev
STORAGE_AUTH_TOKEN storage name for electron-store (specific for secret value)

For development, you should get Slack tokens. (WIP)

Author

License

MIT © Kontam

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
BOILERPLATE_LICENSE

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • TypeScript 91.6%
  • JavaScript 7.2%
  • Other 1.2%