Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 693 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 693 Bytes

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.