Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovojs/platform
🥳 Monorepo for the OvO platform [WIP]
https://github.com/ovojs/platform
Last synced: 8 days ago
JSON representation
🥳 Monorepo for the OvO platform [WIP]
- Host: GitHub
- URL: https://github.com/ovojs/platform
- Owner: ovojs
- License: mit
- Created: 2024-09-29T01:16:04.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T02:52:02.000Z (27 days ago)
- Last Synced: 2024-10-23T04:12:40.395Z (26 days ago)
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OvO Platform
🥳 Monorepo for the OvO platform.
## Workspaces
This monorepo uses [bun](https://bun.sh) as the package manager, because [npm workspace](https://docs.npmjs.com/cli/v10/using-npm/workspaces) sucks but [pnpm](https://pnpm.io) has an extra configuration file for workspaces :(
- [apps](./apps) - Applications that consist the OvO platform, web apps, API server, periodic tasks, etc.
- [internal](./internal) - Packages used by [apps](./apps), entangled with OvO.
- [packages](./packages) - Packages used by [apps](./apps), independent of OvO.
- [deploy](./deploy) - Configurations for deploying the OvO platform on Docker, Kubernetes, etc.
- [scripts](./scripts) - Miscellaneous scripts for testing, benchmarking, etc.