co-workingspace-old/DEVELOPMENT.md

378 B

Development

Setup

Install the dependencies:

pnpm install

Get Started

Start the dev server:

pnpm start

Build the app for production:

pnpm build

Preview the Production build product:

pnpm preview

Clear persistent cache local files

pnpm clean

Testing

Plan: Test serving using Nginx using Docker.