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

https://github.com/nickredmark/streems


https://github.com/nickredmark/streems

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Streem

## Building and running on localhost

First install dependencies:

```sh
npm install
```

To run in hot module reloading mode:

```sh
npm start
```

To create a production build:

```sh
npm run build
```

To create a development build:

```sh
npm run build-dev
```

To run the build open the file `public/index.html` in your browser

## Deploy on now

```
now
```

## Credits

Generated with [createapp.dev](https://createapp.dev/)