From 1bea6d24b79621a64714d9614162fc25c9c17432 Mon Sep 17 00:00:00 2001 From: Wilson Cusack Date: Fri, 21 Jun 2024 13:51:17 -0400 Subject: [PATCH] add readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bb11a4..d36f1ff 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -This is a [Vocs](https://vocs.dev) project bootstrapped with the Vocs CLI. +Documentation site for [Smart Wallet](https://github.com/coinbase/smart-wallet). + +### Running locally +```bash +bun install +bun run dev +```