mirror of https://github.com/ghostfolio/ghostfolio
				
				
			
			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.
		
		
		
		
		
			|  | 5 years ago | |
|---|---|---|
| .vscode | 5 years ago | |
| apps | 5 years ago | |
| docker | 5 years ago | |
| libs/helper | 5 years ago | |
| prisma | 5 years ago | |
| tools | 5 years ago | |
| .dockerignore | 5 years ago | |
| .editorconfig | 5 years ago | |
| .env | 5 years ago | |
| .eslintrc.json | 5 years ago | |
| .gitignore | 5 years ago | |
| .prettierignore | 5 years ago | |
| .prettierrc | 5 years ago | |
| .yarnrc | 5 years ago | |
| CHANGELOG.md | 5 years ago | |
| README.md | 5 years ago | |
| angular.json | 5 years ago | |
| decorate-angular-cli.js | 5 years ago | |
| jest.config.js | 5 years ago | |
| jest.preset.js | 5 years ago | |
| nx.json | 5 years ago | |
| package.json | 5 years ago | |
| replace.build.js | 5 years ago | |
| tsconfig.base.json | 5 years ago | |
| yarn.lock | 5 years ago | |
		
			
				
				README.md
			
		
		
	
	Features
- ✅ Dark Mode
Getting Started
Prerequisites
Setup
- Run yarn install
- Run cd docker
- Run docker compose build
- Run docker compose up -d
- Run yarn setup:database
- Start server and client (see Development)
- Login as Admin with the Security Token:ae76872ae8f3419c6d6f64bf51888ecbcc703927a342d815fafe486acdb938da07d0cf44fca211a0be74a423238f535362d390a41e81e633a9ce668a6e31cdf9
Development
Start server
- Debug: Run yarn watch:serverand click "Launch Program" in Visual Studio Code
- Serve: Run yarn start:server
Start client
- Run yarn start:client
Testing
Run yarn test