Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 2.23 KB

File metadata and controls

73 lines (53 loc) · 2.23 KB
title Quickstart
description Get started with Sure in minutes

Get your Sure account up and running in three simple steps.

1. Create your account

Navigate to localhost:3000 and click Sign Up. Complete the setup screens to configure your login details and preferences.

2. Add your first account

Click + Add Account and select an account type:

  • Cash for checking/savings accounts
  • Credit Card for credit cards
  • Investment for brokerage accounts
  • Loan for mortgages or other debts

Enter your account name and current balance, then click Create Account.

3. Record a transaction

Go to Transactions in the sidebar and click + New Transaction. Choose a type:

  • Expense for spending money
  • Income for receiving money
  • Transfer for moving money between accounts

Fill in the details and click Add transaction.

Next steps

Learn about account types, investment tracking, and advanced features Deploy Sure with Docker on your own infrastructure

Development setup

Want to contribute to Sure? Set up your local development environment.

After running bin/setup, you can optionally load demo data with:

rake demo_data:default
Demo data is only available when running Sure in development mode, not in production or self-hosted deployments.

Setup guides

Development setup guide for macOS Development setup guide for Linux Development setup guide for Windows Use VS Code dev containers for isolated developmentt