Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sbence/sshom-search
- Owner: SBence
- Created: 2024-10-20T15:55:59.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-25T18:23:27.000Z (25 days ago)
- Last Synced: 2024-10-26T04:48:34.951Z (25 days ago)
- Topics: jotai, react, react-router, react-router-dom, reactjs, vite, vitejs
- Language: TypeScript
- Homepage: https://sbence.github.io/sshom-search/
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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. |