Developing • Contributing • Production
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.
You may view the contrubition guidelines in CONTRIBUTING.md.
If you wish to contribute charts please see the charts repository.
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.