# ClearCase ## Getting started ```bash # Generate .env from template make .env # Update .env with your own values vim .env # Start application make watch ``` Then open http://localhost:3001 in your browser.