0.1.1 • Published 3 years ago

citizens v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Cineplex Award Display App

This project was bootstrapped with Create React App.

Installation:

In order to run this product, after cloning the product from the remote repository, navigate to the root directory within the command line interface and run the command:

npm install

This would install all the dependencies required to run the app.

Configuration:

There is a simple .json configuration file called "variant-config.json", located in the "/src/assets/" directory. In this file, there is an array with the key called "process", this array contains a json Object, with a boolean property key called "withScene3". If this is set to true, the app would run all the 3 scenes, which are the introduction video, the cards animation and the conclusive video. In this case, it would end with the third scene which is a conclusive video play.

If this property is set to false, then only 2 scenes are going to play, with the second scene being the animation that loops infinitely.

Running the App:

After the above step that installs the dependencies, is completed, run the following command in the same directory where the app was downloaded to:

npm start

This would launch the application in a new browser.