3b2ad193d5bf3a23585e61162a644a0a9d687c34
* Show collection name in search results Highlight documents modified since last edited Move views to scope * Allow ESC key to work on Search page when input not focused * Update document title with search query Show loading indicator for search results * WIP * 💚 ? * 💚 * Address PR feedback
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%