An application to present tasks in different styles on the screen...
Check out the spec/features folder to get more details regarding supported features.
Description | Link |
---|---|
Local Application | http://localhost:3000 |
Сhrome for e2e tests | http://localhost:7900 |
Before moving forward, make sure you have installed the specified list of tools.
Once all the prerequisites are set, copy and execute the task below to prepare Docker containers with MySQL, Redis, etc.
task docker:build
Now you can start the application locally by the following two commands.
task docker:rails:server
task docker:sidekiq
Then open a browser of your choice and visit http://localhost:3000 (Chrome is preferred since it was extensively tested).
In order to get a quick overview of the implemented functionality, navigate to http://localhost:7900 and run e2e tests.
task docker:chrome
TURNIP_DELAY=3 task docker:turnip
Thanks 🙂.
P.S. Check Taskfile.yml
for other available commands.