Skip to content

alex-strizhakov/flow-timer

Repository files navigation

FlowTimer

Timer application to work in Flow and do short breaks between focus sessions.

Contributing

You can start developing locally in a few steps:

  1. Copy this repo via git clone https://github.com/alex-strizhakov/flow-timer or by downloading it
  2. cd flow_timer
  3. Install dependencies with mix deps.get
  4. Create and migrate your database with mix ecto.setup
  5. Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Copyright and License

Copyright (c) 2022, Alexander Strizhakov.

Flowtimer source code is licensed under the MIT License.

Learn more