Skip to content

mxkaske/doxi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.