Skip to content

Site builder that builds a shopping cart for a pizza restaurant

Notifications You must be signed in to change notification settings

OakLabsInc/app-demo-pizza

Repository files navigation

Pizza Demo Application

Pizza Demo application for OakOS v5.0.X

Running locally

Make sure that you are running the right version of Node locally. You will find the required version in the .nvmrc file If you are not running the same version (node -v) then you will need to run

nvm install $(cat .nvmrc)
npm run rebuild

Now you can run locally

npm run dev

Create a Zip Archive for demo app

npm run create

Now you can use the files created in the dist folder to upload into the Demo Administrator at https://oak-app-demo.web.app/

Running in a docker container

xhost +
docker-compose up --build

Shutting down the docker container

docker-compose down

Example Installation

{
  "services": [
    {
      "image": "index.docker.io/oaklabs/app-demo-pizza:latest",
      "environment": {
        "TZ": "America/Los_Angeles"
      }
    }
  ]
}

This snippet results can be seen in the application logs on the OakOS Dashboard

About

Site builder that builds a shopping cart for a pizza restaurant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published