/viticards

little project for consulting viticulture cards portuguese translation

Primary LanguageJavaScript

VITICARDS (WIP)

Small project of the catalog of visitor cards of the board game Viticulture in portuguese (other languages might be added in the future).

Building and running on localhost

First install dependencies:

yarn

To run in hot module reloading mode:

yarn start

To create a production build:

yarn build-prod

To create a development build:

yarn build-dev

Running

Open the file dist/index.html in your browser

Credits

Made with createapp.dev