Skip to content

Repository files navigation

This is Tornea, a Next.js app: UI plus server-rendered pages under src/app, business logic in src/logic, and Postgres access in src/db (via pg).

Architecture: see docs/ARCHITECTURE.md and docs/DATABASE.md.

Setup

Copy .env.example to .env.development.local and set DATABASE_URL. Omit it if you only want to run without a database (health checks report skipped).

Scripts

Command Purpose
npm run dev Development server (Turbopack)
npm run build Production build
npm run start Serve the production build
npm run prod build then start

Edit the home screen in src/app/page.tsx.

Learn More

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages