Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 350 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 350 Bytes

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.