Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 810 Bytes

File metadata and controls

27 lines (17 loc) · 810 Bytes

Tutorial: Using the Key Value Store

This folder contains the sample application written as part of the Using the Key Value Store tutorial.

Prerequisites

You need the following tools on your machine, to build, run and deploy the application to Fermyon Wasm Functions:

  • The spin CLI
  • Node.js (Version 20 or later)
  • The aka plugin for spin CLI
  • Access to Fermyon Wasm Functions

Building the Spin Application

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