open5gs/webui
Sukchan Lee 6caa120eb6 role is added 2017-05-18 17:15:31 +09:00
..
hocs role is added 2017-05-18 17:15:31 +09:00
models simple authentication routine is added. 2017-05-18 15:19:45 +09:00
pages role is added 2017-05-18 17:15:31 +09:00
routes role is added 2017-05-18 17:15:31 +09:00
README.md update it 2017-05-12 15:07:03 +09:00
package.json remove lusca module 2017-05-18 17:04:55 +09:00
server.js move session information to sqlite db 2017-05-18 09:46:36 +09:00
yarn.lock remove lusca module 2017-05-18 17:04:55 +09:00

README.md

Prerequisite

Install node at https://nodejs.org/
Install yarn at https://yarnpkg.com/

Install Package

yarn

Running

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