open5gs/webui/README.md

16 lines
261 B
Markdown
Raw Normal View History

2017-05-12 06:02:28 +00:00
Prerequisite
2017-05-12 06:07:03 +00:00
===============
2017-05-12 06:02:28 +00:00
Install node at https://nodejs.org/
Install yarn at https://yarnpkg.com/
2017-05-12 06:07:03 +00:00
Install Package
================
yarn
2017-05-12 06:02:28 +00:00
Running
2017-05-12 06:07:03 +00:00
=================
[Development] yarn run dev
[Production] yarn run build; yarn run start
2017-05-12 06:02:28 +00:00