This folder contains the sample application written as part of the Using the Key Value Store tutorial.
You need the following tools on your machine, to build, run and deploy the application to Fermyon Wasm Functions:
- The
spinCLI - Node.js (Version
20or later) - The
akaplugin forspinCLI - Access to Fermyon Wasm Functions
Once you've cloned the repository, move into the tutorial folder (./tutorials/key-value-store-tutorial), install the dependencies using npm and run spin build:
cd tutorials/key-value-store-tutorial
npm install
spin build