Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 880 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 880 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Building

Build command: yarn install && yarn run build && yarn next export

Deploy on IPFS

Command: ipfs add -r out/

To ensure persistent pinning, it's best to just use Fleek.co.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.