Open Source Wealth Management Software. Angular + NestJS + Prisma + Nx + TypeScript 🤍
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Thomas 462224e713
Add .env.sample
4 years ago
.vscode
apps
libs/helper
prisma
scripts
tools
.dockerignore
.editorconfig
.env.sample Add .env.sample 4 years ago
.eslintrc.json
.gitignore Add .env.sample 4 years ago
.prettierignore
.prettierrc
.yarnrc
CHANGELOG.md
Dockerfile
README.md
angular.json
decorate-angular-cli.js
docker-compose.yml
jest.config.js
jest.preset.js
nx.json
package.json
replace.build.js
tsconfig.base.json
yarn.lock

README.md

Ghostfolio

Privacy-first Portfolio Tracker

Ghostfolio

Features

  • Dark Mode

Getting Started

Prerequisites

Setup

  1. Run yarn install
  2. Run yarn docker:dockerize
  3. Copy .env.sample to docker/.env
  4. Run cd docker/<version>
  5. Run docker-compose build
  6. Run docker-compose up -d

Development

  • Start server
    • Serve: Run yarn start:server
    • Debug: Run yarn watch:server and run "Launch Program" in Visual Studio Code
  • Start client
    • Run yarn start:client