biotope / biotope-preview

Presenting your design system
MIT License
3 stars 1 forks source link

Export build and serve command to be able to use it in node.js #69

Closed SheepFromHeaven closed 4 years ago

SheepFromHeaven commented 4 years ago

I want to be able to use the biotope preview in node js:

import {build, serve} from '@biotope/preview';

...
build(config)
...
serve(config)