Skip to content

bholtbholt/passages

Repository files navigation

Passages UI

Decentralized story telling. Allowing others to contribute to one narrative story. Each block in the story becomes an NFT.

Installation

Prerequisites

  • Download the latest version of Node and NPM.

Startup

  • Run npm run dev and visit http://localhost:3000/

Tech

Structure and Content

  • ./entry: CSS + JavaScript entry files.
  • ./src: Source files, including components and types.
  • ./tests: All tests live in a flat directory so import statements match elsewhere.