This package has been deprecated

Author message:

This package has been deprecated. See https://github.com/ftes/clickr for instructions to run as a docker image.

@clickr/student

2.1.0 • Public • Published

Prerequisites

  • imagemagick (to generate icon)

Cordova

  • yarn start-cordova
  • yarn build-cordova

Release

  • edit build.json: add password and storePassword
    • make sure to not commit your password (git update-index --skip-worktree build.json)
  • update version in config.xml
    • android version is currently 1 major version before npm version (1.1.1 instead of 0.1.1)
  • npm run build-cordova-release

Layout

React

  • node_modules
  • public
  • src
  • package.json
  • yarn.lock

Cordova

  • hooks
  • platforms
  • plugins
  • www

Build

  1. react app is built
  2. react app is copied into ./www (cordova expects web root here)

Readme

Keywords

none

Package Sidebar

Install

npm i @clickr/student

Weekly Downloads

2

Version

2.1.0

License

MIT

Unpacked Size

821 kB

Total Files

6

Last publish

Collaborators

  • ftes