Skip to content

rssblue/tools

Repository files navigation

RSS Blue Tools

A collection of tools for public use created at RSS Blue.

Usage

During development, you can use

npm run serve

to launch the server.

For deployment, you can do

npm run build

to build the application. After that, simply serve the static files generated in dist directory.