clearcase/README.md

208 B

Rkvst

Getting started

# Generate .env from template
make .env

# Update .env with your own values
vim .env

# Start application
make watch

Then open http://localhost:3000 in your browser.