CMCH_ADMIN/README.md
2026-02-25 04:56:26 +00:00

16 lines
263 B
Markdown

# Catalyst Demo
To run the Catalyst demo, first install the npm dependencies:
```bash
npm install
```
Next, run the development server:
```bash
npm run dev
```
Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the website.