Berargumen is real time argument mapping platform, this software still in hard development .. :)
- clone this repository
- enter the repo folder
- run
npm installoryarn install - make sure mongodb server have been started
- make sure gulp installed globally
- run
gulp - run
gulp copy-css - make sure nodemon installed globally
- fill config.json with proper data
- to start server in development mode run
npm run dev - to start server in production mode run
npm run prod
- client side test
npm run testclient
- server side test
npm run testserver