Files
clearcase/README.md
2025-02-22 13:00:06 +01:00

212 B

ClearCase

Getting started

# 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.