92eea35ee8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
.codesandbox | ||
public | ||
src | ||
.env.example | ||
.eslintrc.cjs | ||
.gitignore | ||
index.html | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts | ||
yarn.lock |
Vite + React
This is a Vite project together with React.
Configuration .codesandbox/tasks.json
has been added to optimize it for CodeSandbox.
Usage
- Go to WalletConnect Cloud and create a new project.
- Copy your
Project ID
- Rename
.env.example
to.env
and paste yourProject ID
as the value forVITE_PROJECT_ID
- Run
yarn
to install dependencies - Run
yarn dev
to start the development server