b6616cd05accb87485ca050680246f3df4309da2
* Tab should move to body from heading * Focus editor on mount, closes #156 * Closes #154 - Just went for the simple approach here, considered something more complex but this is clear * Added body placeholder
Atlas
Installation
- Install dependencies with
yarn - Register a Slack app at https://api.slack.com/apps
- Copy the file
.env.sampleto.envand fill out the keys - Run DB migrations
yarn run sequelize -- db:migrate - Start the development server
yarn start
Migrations
Sequelize is used to create and run migrations, for example:
yarn run sequelize migration:create
yarn run sequelize db:migrate
Or to run migrations on test database:
yarn run sequelize db:migrate -- --env test
Description
Languages
TypeScript
95.7%
JavaScript
4.2%