mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
| .. | ||
| pages | ||
| server | ||
| src | ||
| static | ||
| .babelrc | ||
| package-lock.json | ||
| 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