Skip to content

Dais-Project/Dais

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

254 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Dais Logo

Dais

Your Desktop AI Studio

Development

This project uses Nx to manage all the development commands, use pnpm to run the available scripts in package.json.

Install dependencies (postinstall will run nx run-many -t install for subprojects)

pnpm install

Start the dev servers

pnpm run dev

Build all projects

pnpm run build