clearcase/README.md

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.