Skip to content

glide-rollup/decentralize-storage

Repository files navigation

GlideStorage

Store and manage your files and folders, own your content and share important information using Filecoin. We provide new web3 features with simple user interface for versioning files storage.

Getting Started

These instructions will get you a copy of the project up and running on your Mumbai testnet for development and testing purposes.

Prerequisites

nodeJS >= 16.0
npm

Installing

Install dependencies and create environment file:

npm install
cp .env-sample .env
cp frontend/.env-sample frontend/.env

Fill environment variables.

Deploy & run

npm run deploy
npm run start

Build for Production

npm run build