summercms / walletconnect-website

WalletConnect Website

Home Page:https://walletconnect.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WalletConnect website

See live walletconnect.org

Local development

The website is built with next.js

To build the site locally install nextjs.

npx create-next-app
# or
yarn create next-app

then

npm install next react react-dom
# or
yarn add next react react-dom

see the next website for more information on getting started next.js getting started

Then start the development server:

npm dev

#or

yarn dev

Then you have the site running locally at http://localhost:3000/

Publishing

Merging to the production will automatically publish a new site.

Icons

The icons are from Simple Icons.

About

WalletConnect Website

https://walletconnect.org/

License:MIT License


Languages

Language:TypeScript 92.6%Language:JavaScript 5.0%Language:CSS 2.4%