tyohan / snapshot

Home Page:https://snapshot-stable.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please note: This app is being developed. There may be bugs, and everything is subject to change.

Snapshot

This is a sample camera app to demonstrate camera functionality in the context of a Progressive Web App.

You can see a reasonably stable version at https://snapshot-stable.firebaseapp.com/

b8f80bc5-42e3-4d48-bb7f-8441b93ba474

Building the code

First install all of the dependencies

npm install

You can then build the main JS bundle using rollup

rollup -c

You can also have this as a watch task via rollup-watch

rollup -cw

The project expects to be served with the contents of the public folder as the root. For example, using the http-server node package:

npm install -g http-server
http-server -p 8080 public/

The site would then be available at http://localhost:8080/

About

https://snapshot-stable.firebaseapp.com/

License:Apache License 2.0


Languages

Language:TypeScript 73.3%Language:HTML 21.8%Language:GLSL 3.5%Language:JavaScript 1.4%