/doxi

Primary LanguageTypeScript

Doxi

See full Next.js Application in /apps/web.

doxi.vercel.app

This repository has moved into a monorepo using turbo. A CLI will provide simple access to the core application in /apps/web.

Development

Install dependencies via:

$ npm install

Run local server:

$ npx turbo run dev

Deployment

Explicitly build the website.

npx turbo run build --filter=web...

On vercel, include the Root Directory apps/web in the General Settings. The Build Settings should default automatically to Turborepo.