Skip to content

vendure-ecommerce/vendure-demo

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b566891 · Dec 15, 2024
Oct 4, 2024
Oct 4, 2024
May 23, 2019
Nov 5, 2020
Oct 4, 2024
Oct 4, 2024
Dec 15, 2024
Oct 4, 2024
Oct 15, 2020

Repository files navigation

Vendure logo

Vendure Public Demo

This is a demo project used as the basis for the public shared Vendure demo.

Join our Discord Follow @vendure_io

This is a demo project used as the basis for the online Vendure demo. The src/index.ts script populates the server using the Vendure CLI populate command, and then caches the generated pristine data. Every day, this cached data is restored to reset any changes which have been made to the server instance in that time.

Running Locally

To run locally, install dependencies with npm and then run the instance with npm run comile and npm start.

Running in Docker

There is a bundled Dockerfile which allows the app to be run in a Docker container.

docker build -t vendure-demo .
docker run --name vendure -p 3000:3000 -d vendure-demo