浏览代码

example dapp readme

0xproflupin 2 年之前
父节点
当前提交
93ac02b4b9
共有 1 个文件被更改,包括 22 次插入1 次删除
  1. 22 1
      example-dapp/README.md

+ 22 - 1
example-dapp/README.md

@@ -1,3 +1,24 @@
 # SIWS Reference Implementation
-
+## Live Demo
 [https://siws.vercel.app/](https://siws.vercel.app/)
+
+## Getting Started 🚀
+Set up your local development environment by following these steps:
+
+1. **Install packages.**
+
+```bash
+npm install
+# or
+yarn install
+```
+
+2. **Start the development server.**
+
+```bash
+npm run start
+# or
+yarn start
+```
+
+The live development website should now appear at [http://localhost:3000](http://localhost:3000).