Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.52 KB

readme.md

File metadata and controls

44 lines (28 loc) · 1.52 KB

Good Budget

About

An expense manager app with authentication, user accounts, routing, form validation, database storage.

Technology Stack

Getting Started

Want to contribute? Follow the steps below to set it up locally.

# Clone this repository
$ git clone https://github.com/your-username/GoodBudget.git

# Go into the repository
$ cd expenisfy-app

# Install dependencies
$ yarn install

# Run website
$ yarn run dev-server

This should launch the website on localhost:3000.