Admin interface to slice & dice whatever is in the MDB.
Develop your feature locally and submit a pull request.
Make sure you have Node.js and Yarn installed. Then:
- Clone this repo
$ git clone https://github.com/Bnei-Baruch/mdb-admin.git
- Install all dependencies
$ cd kmedia-mdb
$ yarn install
- Configure environment
$ cp .env.sample .env
Open .env
in your favorite editor and set all variables to their appropriate values.
- Run dev server
$ yarn start
MIT