Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 619 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 619 Bytes

Overview

Admin interface to slice & dice whatever is in the MDB.

Contributing

Develop your feature locally and submit a pull request.

Make sure you have Node.js and Yarn installed. Then:

  1. Clone this repo
$ git clone https://github.com/Bnei-Baruch/mdb-admin.git
  1. Install all dependencies
$ cd kmedia-mdb
$ yarn install
  1. Configure environment
$ cp .env.sample .env

Open .env in your favorite editor and set all variables to their appropriate values.

  1. Run dev server
$ yarn start

License

MIT