Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flofriday/adch-search


https://github.com/flofriday/adch-search

Last synced: 1 day ago
JSON representation

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.