@good-drive/svelte-components
v0.17.0
Published
To run repo on the host machine, with infrastructure in docker: ``` npm i npm run host:dev ```
Downloads
30
Readme
To run repo on the host machine, with infrastructure in docker:
npm i
npm run host:dev
To run repo in docker instead:
npm run start
To build the svelte components for import in other projects:
npm run build-components
or
npm run watch-components
Nb: this happens automatically when publishing to npmjs.com