rano/README.md
Ankit Patial 45c318b897 - graph, dotenv read
- graph, cors and secure header
- web, urql client basic setup
2024-11-04 11:35:43 +05:30

25 lines
668 B
Markdown

# RANO
"Reliable And Nonstop Operations" for
## Prerequisites
- [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
```
## Go packages
- [gqlgen](https://gqlgen.com/)
- [mux](https://gitserver.in/patialtech/mux)
## Web modules
- [SvelteKit](https://svelte.dev/docs/kit/introduction)
- [Tailwind](https://tailwindcss.com/docs/installation)
- [daisyui](https://daisyui.com/docs/install/)
- [urql](https://commerce.nearform.com/open-source/urql/docs/basics/svelte/)
- [GraphQL Codegen](https://the-guild.dev/graphql/codegen)