Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 793 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 793 Bytes

PERMA

PERMA

Perma is a prototype of permanent video storage and client-side rendering using Next.js, Arweave, and Bundlr.

Technologies used:

  • Arweave - File storage
  • Bundlr - Multichain solution for Arweave integration
  • Next.js - React framework

Building and running the app

To run this app, follow these steps:

  1. Clone the repo, change into the directory, and install dependencies:
git clone git@github.com:dabit3/perma.git

cd perma

npm install 

# or

yarn 
  1. Update the APP_NAME in __utils.js __ to something that is unique to your app, could be anything you'd like:
export const APP_NAME = "YOUR_UNIQUE_APP_NAME"
  1. Run the app
npm run dev