The easiest way to run demo and/or test is to use PHP Storm's Built In Web Server. The site is structured using webpack for some files. The project will be structured and minified once it is completed.
- Install PHP Storm
- Configure PHP Storm's Built-In Web Server
- Install NodeJS
- Open the command line to the project directory and run the following command. (This should access the 'package.json' file to install the node dependencies)
npm install
- Install Webpack if not already installed using the following command.
npm install webpack
- Use the '.gitignore' file to ingore files that should not be committed. (i.e. .idea files provided by PHP Storm, 'node_modules' files)
- Only source files and runtime dependencies (i.e. 'package.json', 'package-lock.json') should be included.
- When recompiling webpack files run the following command to update files.
npm run build-dev
- All branches must be pull requested before attempting to merge.
- Code must be reviewed by at least one of the contributors including the repository owner before accepting the request.
ilinkserver.cs.utep.edu
cssrvlab01.utep.edu:21