Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.11 KB

File metadata and controls

44 lines (27 loc) · 1.11 KB

project-image

LibreCharts Webpage

DevelopingContributingProduction

Contributing

Setting up for development

You can set up the webpage for development as follows.

npm i
npm run dev

If you're using a local API ensure you change base_url in src/api.ts to your local API url.

Contribution guidelines

You may view the contrubition guidelines in CONTRIBUTING.md.

If you wish to contribute charts please see the charts repository.

Production

When running for production follow the steps outlined in the Vue.js documentation.

Summarized:

npm run build

This will output a static website to the /dst folder.