Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 378 Bytes

File metadata and controls

27 lines (21 loc) · 378 Bytes

Getting Started

First, run the development server:

##se der pau no yarn, use
corepack enable
yarn set version stable
yarn install
#buildar o container
docker-compose build

#subir o container
docker-compose up -d

OR

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.