@rugo-vn/open

1.0.0-beta.1 • Public • Published

Rugo Opensource

An opensource version of Rugo Platform.

Pre Requisite

  • docker

Getting Started

Rugo Open is working as a external library to run your entire project directory. In your project directory should have structure:

$
|- init
  |- your.bundle.zip
|- .gitignore
|- package.json

Create your own package.json file in your project directory and add more information:

{
  "type": "module",
  "scripts": {
    "mongo": "rugo --prepare && cd .rugo && sudo docker compose up",
    "dev": "rugo",
    "restore": "rugo --restore"
  },
  "devDependencies": {
    "@rugo-vn/open": "@latest"
  }
}

Your .gitignore:

.rugo
node_modules
init
package-lock.json

Open two terminal consoles and run in each terminal:

npm run mongo
npm run restore /path/to/your/bundle.zip
npm run dev

License

MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i @rugo-vn/open

Weekly Downloads

0

Version

1.0.0-beta.1

License

none

Unpacked Size

2.82 MB

Total Files

82

Last publish

Collaborators

  • haova