clearcase/README.md

17 lines
212 B
Markdown
Raw Permalink Normal View History

2025-02-22 09:42:15 +01:00
# ClearCase
2025-02-21 18:42:56 +01:00
## Getting started
```bash
# Generate .env from template
make .env
# Update .env with your own values
vim .env
# Start application
make watch
```
2025-02-22 09:42:15 +01:00
Then open http://localhost:3001 in your browser.