Skip to content
This repository was archived by the owner on Jul 9, 2021. It is now read-only.
/ money-server Public archive

Deprecated on 2021-07-09.

License

Notifications You must be signed in to change notification settings

XElementDev/money-server

Folders and files

NameName
Last commit message
Last commit date
Aug 27, 2019
Jan 28, 2021
Jan 28, 2021
Aug 29, 2019
Sep 29, 2019
Feb 28, 2019
Jan 28, 2021
Dec 7, 2019
Jan 28, 2021
Sep 29, 2019
Aug 27, 2019
Jan 28, 2021
Jan 28, 2021
Aug 27, 2019

Repository files navigation

Money Server

Build Status dependencies Status devDependencies Status Docker Pulls Docker Stars

End-user installation

The software is currently in a state that does not yet allow an end-user installation.

Development

  1. Install Node.js. (The required version can be found inside the package.json file.)
  2. Clone this repository.
  3. cd inside the cloned directory and run npm install.
  4. Install the recommended Visual Studio Code extensions (or its correspondences for any other Editor/IDE).
  5. Run npm test.
  6. Run npm watch and start developping.

...via Docker and Visual Studio Code

  1. Clone this repository.
  2. Open the repository in vscode.
  3. Run the vscode task install (Docker).
  4. Run the vscode task test (Docker).
  5. Run the vscode task watch (Docker) and start developping.