Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.04 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.04 KB

Echo 3D Blocks (echo-3d-blocks)

Descrição:

Nosso projeto visa tornar o ensino de programação acessível a pessoas com deficiência visual, combinando tecnologia de visão computacional com componentes 3D, criando uma experiência educacional inclusiva e envolvente.

Description

Our project aims to make programming education accessible to individuals with visual impairments by blending computer vision technology with 3D components, creating an inclusive and engaging educational experience.

Deploy App with Firebase Hosting

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.