Example application built with Astro, integrating with Featurevisor SDK.
Clone the repo, and run:
$ npm ci
To run the app in development mode:
$ npm run dev
To build the app for production:
$ npm run build
This app is integrated with Featurevisor SDK, and you can find the configuration in src/featurevisor.mjs
.
The evaluation example of a feature can be found in src/pages/index.astro
.
For more information on SDK usage, visit https://featurevisor.com