open5gs/webui
Sukchan Lee 6c8d4328fb fix the bug when profile is changes 2017-10-25 12:45:08 +09:00
..
pages fix mobile layout 2017-06-28 09:38:04 +09:00
server add OPc field to Subscriber and Profile Document 2017-10-25 12:17:52 +09:00
src fix the bug when profile is changes 2017-10-25 12:45:08 +09:00
static font added 2017-06-24 15:28:11 +09:00
.babelrc update it 2017-06-09 14:22:26 +09:00
README.md add MongoDB 2017-06-10 15:46:06 +09:00
package-lock.json add OPc field to Subscriber and Profile Document 2017-10-25 12:17:52 +09:00
package.json add OPc field to Subscriber and Profile Document 2017-10-25 12:17:52 +09:00
yarn.lock upgrade next.js v3 2017-09-24 12:25:32 +09:00

README.md

Prerequisite

Install Node.js at https://nodejs.org/
Install yarn at https://yarnpkg.com/
Install MongoDB at https://www.mongodb.com/

Install Package

yarn

Running

[for Development] 
   mongod
   yarn run dev
[for Production] 
   mongod
   yarn run build; yarn run start