Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 471 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 471 Bytes

Brandon's Books

Brandon's Book is an online bookkeeping program that supports general journals, general ledgers, balance sheets, and income statements.

Set Up

Dependencies can be installed with npm install.

Develop

npm run dev is used to compile the program with hot-reload.

You can also run npm run lint to perform code analysis, and npm run typecheck for type analysis.

Build

A production build can be made using the npm run build command.