Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flofriday/adch-search
https://github.com/flofriday/adch-search
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/flofriday/adch-search
- Owner: flofriday
- Created: 2024-10-20T20:17:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:42:12.000Z (3 months ago)
- Last Synced: 2024-10-21T21:53:05.135Z (3 months ago)
- Language: TypeScript
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADCH-Search
![screenshot](screenshot.png)
A react app to search and discover tools.
## Run it yourself
To run it locally you need node and npm.
```bash
npm install
npm run dev
```**Warning:** This is a development server with many nice additions like hot code reloading but should not be used in production.
## A production build
```
npm run build
```This will generate a build in the `dist` folder.