Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

simultsop/secret-share

Repository files navigation

secret-share

A simple use case example using CloudFlare platform as the backend for a SPA made developed Vue 3 in Vite.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run pages:dev

Deploy to cloudflare instantly

Considering you have already installed wrangler and did log in into your CloudFlare account using wrangler login.

npm run pages:deploy

Binding KV into the page functions

In order that functions to be able to reach a CloudFlare KV, you would need to bind it like explained here: https://developers.cloudflare.com/pages/functions/bindings/, in this project we bound with namespace kv, as it was used env.get(publickey).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors