Name Last Update
components Loading commit data...
deps Loading commit data...
docs Loading commit data...
README.md Loading commit data...
package.json Loading commit data...
webpack.config.js Loading commit data...

About ARCS.js Components

This repository stores some components for ARCS (Augmented Reality Component System). More can be found on http://arcs.ibisc.univ-evry.fr.

How to setup a set of components

The first thing is to download the repository since it will usually serve as a basis for application development.

ARCS.js is using two tools in order to setup components:

We suppose that npm is already installed. Then, you will have to setup your development environment by typing these commands, the last one being executed in the local sources repository:

npm install -g webpack-cli

npm install -g eslint

npm install

In order to build or rebuild the engine, you will have to call webpack. If you prefer, it is included as a command in file package.json. To generate documentation and prepare components, type npm run setup