/marcel-plugin-vcub

A Marcel plugin to display vcub station.

Primary LanguageJavaScriptMIT LicenseMIT

marcel-plugin-vcub

This plugin has been generated with create-marcel-plugin.

Developement

Start a development server with:

cd frontend
yarn dev

Then visit http://localhost:1234/ and start hacking !

Production

Build archive before push:

cd frontend
yarn && yarn clean && yarn build