Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 298 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 298 Bytes

works-db

Installation

Pre-requirements:

  • Rust (cargo)
  • nodejs (recommended via nvm)
  • Postgresql

Run below commands:

$ nvm use
$ npm install
$ npm run build
$ cd server && diesel setup
This software is released under the MIT License, see LICENSE.txt.