To run the Catalyst demo, first install the npm dependencies:
npm install
Next, run the development server:
npm run dev
Finally, open http://localhost:3000arrow-up-right in your browser to view the website.
Last updated 4 months ago