@pitcher/ti-web
v2.4.0
Published
Ti layer simulation for web browsers
Downloads
257
Maintainers
Keywords
Readme
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
Create a ti-web-files
folder into the project's root
mkdir ti-web-files
Fetch the latest files into the ti-web-files
folder
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