0.1.4 • Published 4 months ago
playlight-sdk v0.1.4
Playlight (SDK)
Playlight is an integrable game discovery platform.
Installation
Please refer to the docs.
If you want to contribute to the docs, you can access the source here.
The package is also available on NPM under the name playlight-sdk
.
Developing
The Playlight SDK uses Svelte together with Tailwind CSS.
Run npm run build
to create a fresh build, and test the SDK using the index.html
file found in the /example
folder.
To view it, start a live server (e.g. with the live server VSCode extension).
The index.js
file is the entry point of the project and mounts the main App.svelte
component.