Installation¶
Prerequisites¶
- Node.js 18+ and npm
- Git
If you don't already have Node.js, the easiest way to get it is via conda:
Otherwise, install Node.js directly from nodejs.org or via your system package manager.
Steps¶
1. Clone and install dependencies¶
2. Start the development server¶
Open the URL shown in the terminal (typically http://localhost:5173).
Production Build¶
The built files will be in dist/ and can be served by any static web server.