Install dependencies:
npm i
Run development server
npm run dev
Build for production
npm run build
To run only specific app use this command:
npx turbo dev --filter web
This turborepo uses npm as a package manager. It includes the following packages/apps:
-
web
: client side web manager. -
ui
: ui library to buildweb
andadmin
apps UI. -
www
: website, docs and blog.