Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.05 KB

File metadata and controls

36 lines (26 loc) · 1.05 KB

Nanoo Docs

Technical Notes & Research Experiments by Nanoo Labs.

This is the central knowledge base for Nanoo Labs projects, focusing on edge computing, system efficiency, and high-performance starter kits.

The Stack

Documentation Tracks

  1. Nanoo Stack: High-performance starter kits (Frontend, Backend, DB).
  2. Nanoo CDN: Edge-optimize caching proxy with AWS SigV4.
  3. Laboratory Research: Internal R&D notes and system experiments.

Local Development

All commands are run from the root of the project:

# Install dependencies
pnpm install

# Start local dev server at http://localhost:4321
pnpm dev

# Build for production
pnpm run build

# Preview production build locally
pnpm run preview

Built to be fast, simple, and scalable by Nanoo Labs.