Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 425 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 425 Bytes

sharder

This repository contains the sources for the sharder project. Pleaser consider that this is a prototype for now and the sharding services might be unsafe. Do not use this for production purposes or with sensitive data.

Architecture

Coming soon..

Development

Install the dependencies using the following command:

npm install

And start the React application using:

npm run start