Webpack based embedded server component to use TLSNotary module outside webpack
bun install
./rebuild
./start
This will build the embedded server and serve it locally over HTTP on port 8443.
You can test the integration with other frameworks like vite:
cd examples/vite-integration
bun install
bun run dev
Visit http://localhost.5173 and create an attestation (it will take a while)