Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sbence/sshom-search

A web interface for searching the SSH Open Marketplace
https://github.com/sbence/sshom-search

jotai react react-router react-router-dom reactjs vite vitejs

Last synced: 19 days ago
JSON representation

A web interface for searching the SSH Open Marketplace

Awesome Lists containing this project

README

        

# 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. |