Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rssblue/tools


https://github.com/rssblue/tools

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# RSS Blue Tools

A collection of tools for public use created at [RSS Blue](https://rssblue.com/).

## Usage

During development, you can use
```console
npm run serve
```
to launch the server.

For deployment, you can do
```console
npm run build
```
to build the application.
After that, simply serve the static files generated in `dist` directory.