Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 682 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 682 Bytes

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.