Skip to content

metadatalabs/dragd-v2

Repository files navigation

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

About

Drag-and-drop website editor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published