Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.58 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.58 KB

Calculadora Renda Fixa

Website Quality Gate Status Maintainability Rating Security Rating Vulnerabilities Technical Debt

Simule seus investimentos CDB/RDB, LCI/LCA, Poupança e Tesouro Selic.

Setup

Make sure to install the dependencies:

yarn install

Development Server

Start the development server on http://localhost:3000:

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview