This repository contains code for a web app that builds shelf talkers tailored to the need of The Wine Merchant. The tool is built using Svelte.
To run a development version of the application with live reloading:
npm run dev
To build the app and run it on a local port:
npm start