Skip to content

TheBestUser01234567890/puterjs-dbl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Important Notice

puter.js has been moved to the Puter repository


Puter.js

A fork of the official JavaScript SDK for Puter.com. Cloud features right from your frontend code!

« LIVE DEMO »

Docs · Puter.com · Discord · Reddit · X (Twitter)

Installation

git clone https://github.com/TheBestUser01234567890/puterjs-dbl.git
cd puter.js
npm install

Run development server

npm start

Build

npm run build

Example

Make sure the development server is running.

<html>
<body>
    <script src="http://127.0.0.1:8080/dist/puter.dev.js"></script>
    <script>
        // Loading ...
        puter.print(`Loading...`);
    </script>
</body>
</html>

About

⚒️ A fork of the official JavaScript SDK for Puter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • HTML 1.2%