arto-framedeprecated

Application for frame device like Raspberry Pi.

Usage no npm install needed!

<script type="module">
  import artoFrame from 'https://cdn.skypack.dev/arto-frame';
</script>

README

arto-frame

Application for frame device like Raspberry Pi.

Get Started

How to start application on Raspberry Pi.

setup for firebase

Place firebaseConfig.ts under src dir.

// Fill appropriate values.
export const firebaseConfig = {
    apiKey: "",
    authDomain: "",
    databaseURL: "",
    projectId: "",
    storageBucket: "",
    messagingSenderId: ""
};

Preparation for frame device

Install node.js and npm beforehand.

And the, install glslViewer.

$ sudo apt-get install glslviewer

Build

$ npm install
$ npm run build

Start Application

$ node src/app