https://github.com/flofriday/adch-search
https://github.com/flofriday/adch-search
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flofriday/adch-search
- Owner: flofriday
- Created: 2024-10-20T20:17:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:42:12.000Z (9 months ago)
- Last Synced: 2025-01-24T16:38:15.199Z (6 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

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.