DEV Community

Discussion on: Who's looking for open source contributors? (October 15th edition)

Collapse
 
sublimegeek profile image
Jonathan Irvin

Check out

jelly-fin / jelly-fin-web

The web-based personal financial automation system for people who need it.

Jelly Fin Web

Discord Dependabot Status PRs Welcome contributions welcome Inline docs Build Status codecov Commitizen friendly


Finances are hard. It's one of the first adulting things everyone has to wrestle with. So, let's make it easy and automate it. Over the course of several years, my wife and I have tracked our finances using a forecasting method and had done it all within a spreadsheet. The time came where I wanted to take this concept and make it mobile using serverless architecture and clean design.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installing and Running

  1. Clone the repo.
  2. Run npm install to cover any dependencies.

To compile and hot-reload for development

npm run serve

To compile and minify for production

npm run build