Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sws-corp/nuit-et-jour

Repository files navigation

cover

Nuit et Jour is our stack made for the Nuit de l'info

Stack

  • Monorepo Structure: Organized as a workspaces-based monorepo with Turbo for build orchestration
  • Modern Stack:
    • Bun as the JavaScript runtime and package manager
    • Hono as the backend framework
    • Vite for frontend bundling
    • React for the frontend UI
    • Turbo for monorepo build orchestration and caching

Getting Started

Installation

# Install dependencies for all workspaces
bun install

Development

# Run all workspaces in development mode with Turbo
bun run dev

# Or run individual workspaces directly
bun run dev:client    # Run the Vite dev server for React
bun run dev:server    # Run the Hono backend

Building

# Build all workspaces with Turbo
bun run build

# Or build individual workspaces directly
bun run build:client  # Build the React frontend
bun run build:server  # Build the Hono backend

Additional Commands

# Lint all workspaces
bun run lint

# Type check all workspaces
bun run type-check

# Run tests across all workspaces
bun run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages