thenewboston-developers / tnbOS

Platform for p2p applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

banner

Overview

tnbOS is a platform that allows for the development and hosting of p2p applications. By running the software, clients are able to communicate with one another in real time. In addition, each device is also capable of storing data which allows for the development of full-featured applications without the need for any centralized database.

Project Setup

Install required packages:

npm install

Starting Development

Start the app in the dev environment:

npm start

Contributing

You can check your styling by running:

npm run lint

Packaging for Production

To package apps for the local platform:

npm run package

About

Platform for p2p applications.

License:MIT License


Languages

Language:TypeScript 99.0%Language:JavaScript 0.7%Language:CSS 0.3%Language:EJS 0.0%