Skip to content
This repository has been 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

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.