Skip to content

SBence/sshom-search

Repository files navigation

SSHOM Search

A web interface for searching the SSH Open Marketplace.

Development

Requirements

  • Node.js v22.x
  • Yarn v1.x

Getting started

  1. Run yarn to install the project's dependencies and generate the API definitions.
  2. Run yarn run dev to start the development server.

Available scripts in package.json

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.