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

https://github.com/levp/doing-business


https://github.com/levp/doing-business

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Doing Business™

## Install dependencies

```sh
npm i
```

## Launch dev server for React client

```sh
cd moduels/react-client
npm run dev
```

## Build the cadabra library (not needed for the demo)

```sh
cd modules/cadabra
npm run build
```