Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1 KB

File metadata and controls

27 lines (16 loc) · 1 KB

Academical 2

A work in progress...

Directory Structure

AcademicalStep/

The Unity codebase [Document]

StoryAssemblerRedux/

A reimplmentation of StoryAssembler.js in the Step programming language. Ongoing project.

Deploying web builds to GitHub Pages

Academical uses the gh-pages npm package to deploy webGL builds. You will need a working NPM installation to run the deployment script in package.json. You can download NPM with the latest NodeJs LTS release. Once you have that installed run the following two commands to deploy a build.

# Install gh-pages package
npm install

# Deploy the build to the gh-pages branch
npm run deploy

The deployment script requires that a folder at <path_to_RCRTrainingSim>/AcademicalStep/Build/webgl_academical contains the index.html file and associated build outputs.