brmodelo-site icon indicating copy to clipboard operation
brmodelo-site copied to clipboard

BR Modelo public website

BRMW Website

Hero shot

Tech stack

Developing

  1. Install dependencies: npm install (or pnpm install or yarn)
  2. Start development server: npm run dev

Building

Preview production version:

npm run preview

Create a production version:

npm run build

To deploy your app, you may need to install an adapter for your target environment.