ti-web
Ti layer simulation for web browsers
Ti-web is a node.js app for Mac OSX, that facilitates the development of Pitcher Impact "interactives" inside web browsers.
Documentation
Find the documentation on pitcher-js-platform
Changelog
Develop ti-web
Project setup
npm install
ti-web-files
folder into the project's root
Create a mkdir ti-web-files
ti-web-files
folder
Fetch the latest files into the npm run server:collect-ios
Start the express.js server for development
npm run server:start
Start the Rollup watcher for frontend files
npm run watch
Useful commands
Compiles frontend assets
npm run build
Lints and fixes files
npm run lint