Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walletconnect/walletconnect-website

WalletConnect Website
https://github.com/walletconnect/walletconnect-website

gatsbyjs landing page react walletconnect webpage website

Last synced: 3 months ago
JSON representation

WalletConnect Website

Awesome Lists containing this project

README

        

# WalletConnect website

[See live walletconnect.org](https://walletconnect.org)

# Local development

The website is built with [next.js](https://nextjs.org/)

To build the site locally install nextjs.

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

then

```sh
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](https://nextjs.org/docs/getting-started)

Then start the development server:

```sh
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](https://simpleicons.org/).