- Docker
- Docker Compose v2
- Task
First, install the dependencies with task dependencies:install.
Then run the application by using either:
task run:devfor development mode with hot-reload and access it through http://localhost:3000.task run:prodfor production-like mode and access it through http://localhost:8000.
The full list of actions can be accessed by running the following command in your usual terminal:
$ taskThis repository is under the MIT license. See the complete license in the LICENSE file.