Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 378 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 378 Bytes

Liberr app

Liberr is a decentralized library built with React Native on the frontend and Node + MongoDB for the backend.

How to run locally


Installation

git clone git@github.com:RheaAdh/Liberr.git

cd Liberr

cd api && npm install

cd mobile && npm install --force

Running the services

cd api && npm run dev

cd mobile && npm start