Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 636 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 636 Bytes

This repo contains the code for dra.gd, a decentralised website builder.

create-next-app.

Getting Started

First, run the server:

# dev mode
npm run dev
# live mode:
npm run build && npm run start
# static export mode
npm run build-static && npm run export
# static builder API mode
npm run builder

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

Create a file called .env.local that contains the following env variables:

MONGO_STRING=
WEB3_STORAGE_KEY=
BASE_SITE=index