Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r3-dev/telegram-logger
https://github.com/r3-dev/telegram-logger
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/r3-dev/telegram-logger
- Owner: r3-dev
- Created: 2023-11-11T06:50:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T13:34:57.000Z (about 1 year ago)
- Last Synced: 2024-10-17T17:51:23.420Z (about 1 month ago)
- Language: Go
- Size: 113 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R3 MVP stack
> This is a fullstack template for blazingly fast MVP development. It is focused on Developer and DevOps experience.
## Tech Stack
- Frontend
- [Astro](https://github.com/withastro/astro)
- [TailwindCSS](https://tailwindcss.com)
- [TypeScript](https://www.typescriptlang.org)- Backend
- [Golang](https://golang.org)
- [PocketBase](https://github.com/pocketbase/pocketbase)## Scripts
- `pnpm install --frozen-lockfile` — Install dependencies.
- `pnpm dev` — Starts the application in development mode at (frontend - http://localhost:4321, backend - http://localhost:8090/_/).
- `pnpm build` — Builds the application for production.
- `pnpm format` — Format code using Prettier.