mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-06 07:56:19 +00:00
| .. | ||
| pages | ||
| server | ||
| src | ||
| static | ||
| .babelrc | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
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