Timer application to work in Flow and do short breaks between focus sessions.
You can start developing locally in a few steps:
- Copy this repo via git clone https://github.com/alex-strizhakov/flow-timer or by downloading it
cd flow_timer- Install dependencies with
mix deps.get - Create and migrate your database with
mix ecto.setup - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Copyright (c) 2022, Alexander Strizhakov.
Flowtimer source code is licensed under the MIT License.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix