A Wealthfolio addon for wealthpack
# Install dependencies
npm install
# Start development server
npm run dev:server
# Build for production
npm run build
# Package addon
npm run bundle
# Check code formatting
npm run format:check
# Format code
npm run format:write- Add your features here