Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 875 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 875 Bytes

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