Brandon's Book is an online bookkeeping program that supports general journals, general ledgers, balance sheets, and income statements.
Dependencies can be installed with npm install.
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.
A production build can be made using the npm run build command.