Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/walletconnect/walletconnect-website
- Owner: WalletConnect
- License: mit
- Archived: true
- Created: 2018-03-26T05:07:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T03:58:14.000Z (about 3 years ago)
- Last Synced: 2024-04-14T09:59:14.044Z (9 months ago)
- Topics: gatsbyjs, landing, page, react, walletconnect, webpage, website
- Language: TypeScript
- Homepage: https://walletconnect.org/
- Size: 19.1 MB
- Stars: 98
- Watchers: 40
- Forks: 163
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).