Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 527 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 527 Bytes

EthGives.to

React, NextJS, Ceramic and Chakra-UI

📦 Install

$ git clone https://github.com/PaymagicXYZ/donate-ui

$ yarn install

🔨 How to use

Runs next which starts Next.js in development mode

$ yarn dev

Runs next build which builds the application for production usage

$ yarn build

Runs next start which starts a Next.js production server

$ yarn start

Runs next build and export which exports a files in a out folder to deploy

$ yarn deploy