Skip to content

Keep track of conversation points with people you want to talk to

License

Notifications You must be signed in to change notification settings

hillaryychan/btw

Repository files navigation

btw - by the way

btw (or by the way) is strange combination of a note taking app and a to-do list - a to-do list for notes.
It lets you keep track of conversation points you want to discuss and who you want to discuss these points with.

See the btw's about page for a more detailed explanation on why it was made.

Development

Requirements

Setting up

  1. Clone the repository

  2. Install dependencies

    yarn install

Useful commands:

  • yarn start - for running app locally
  • yarn test - for running tests (not that there are many...)
  • yarn lint - for linting code

Debugging

Debugging Local Application

Usually I just run the app locally with yarn start and use the debugger in the browser's developer tools.

Debugging Test

The VS Code launch.json already has configurations set up for debugging unit tests.

Use the config Debug Jest Test, you should be able to automatically launch and attach to a process running your tests.

Otherwise you can:

  1. Run tests with debugger listener using yarn test:debug
  2. Run the debug config Attach to Jest Process which will attach to the yarn test:debug process

License

This source code is licensed under the MIT license.

About

Keep track of conversation points with people you want to talk to

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages