rano/README.md

12 lines
262 B
Markdown
Raw Normal View History

2024-11-01 19:55:30 +05:30
# RANO
2024-09-30 11:34:43 +00:00
2024-11-01 19:55:30 +05:30
"Reliable And Nonstop Operations" for
2024-11-01 19:55:30 +05:30
## Prerequisites
2024-11-01 19:55:30 +05:30
- [deno](https://docs.deno.com/runtime/) to manage node modules
- [go-task](https://taskfile.dev/installation/) to run tasks
```bash
go install github.com/go-task/task/v3/cmd/task@latest
```