Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rssblue/tools
https://github.com/rssblue/tools
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rssblue/tools
- Owner: rssblue
- License: apache-2.0
- Created: 2022-10-30T19:18:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T00:21:47.000Z (about 1 year ago)
- Last Synced: 2024-11-09T10:44:25.618Z (3 months ago)
- Language: Rust
- Homepage: https://tools.rssblue.com
- Size: 236 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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.