The Comtable Web repository is the frontend of Comtable Api backend. It provides a web application interface for managing accounting business.
Environment Variables:
- Copy the
.env.examplefile to.envto configure your environment variables.
# Start app
docker compose up
# Stop app
docker compose down