Experimental project with the Lynx framework.
The project is organized as a monorepo using Turborepo:
apps/
- contains applicationspackages/
- contains shared packages
# Run development environment
bun dev
# Build all applications and packages
bun build
# Run linter
bun lint
# Run tests
bun test
# Clean cache and node_modules
bun clean
# Format code
bun format