Skip to content

miccy/playground-lynx

Repository files navigation

Lynx Playground

Experimental project with the Lynx framework.

Project Structure

The project is organized as a monorepo using Turborepo:

  • apps/ - contains applications
  • packages/ - contains shared packages

Commands

# 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

Technologies

  • Bun - JavaScript runtime and package manager
  • Turborepo - Build system for monorepo
  • Lynx - JavaScript framework

About

My experiments on the new Lynx framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published