Yet another content management platform, but trying to do the best on 3 points:
- Integration with your existing system
- Multi-purposed usages from a simple blog site to a social network
- Automated content management
- API router framework is Hono
- Database access with Kysely
- Database system is PostgreSQL
- Javascript runtime is Bun
- MVP Authentication with Firebase
-
Install bun
curl -fsSL https://bun.sh/install | bash
-
Run dependent services
docker compose up
-
Configure environment
cp apps/api/.env.sample apps/api/.env
-
Run migration
bun run migrate:dev:latest
-
Run api service
bun run dev
- Open an issue if you believe you've encountered a bug with the module.
MIT License