Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1.46 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.46 KB

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.