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.
Install required packages:
npm install
Start the app in the dev
environment:
npm start
You can check your styling by running:
npm run lint
To package apps for the local platform:
npm run package