Gombi contains:
- Personal showcase of my technology projects
- A Google App Engine application that hosts a remote door-opening service. Users can create, share, and open doors using this service.
- appcfg.py --oauth2 update server
The webapp uses npm
to manage dependencies. Example of installing a dependency:
npm install @polymer/decorators
Will result in a change to the package.json
file and code pulled into node_modules/@polymer/decorators
.
- Compile all the typescript:
tsc
. - Run a local webserver:
polymer serve
.