A web interface for searching the SSH Open Marketplace.
- Node.js v22.x
- Yarn v1.x
- Run
yarn
to install the project's dependencies and generate the API definitions. - Run
yarn run dev
to start the development server.
Command | Action |
---|---|
dev | Run the development server. |
build | Build the project to the dist folder. |
lint | Check for issues in the code. |
preview | Serve the built project. |
api:generate | Generate the API definitions. |
formatting:check | Check if the source code matches the Prettier style. |
formatting:apply | Format the source code to the Prettier style. |