@pitcher/ti-web
v2.4.0
Published
Ti layer simulation for web browsers
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 installCreate a ti-web-files folder into the project's root
mkdir ti-web-filesFetch the latest files into the ti-web-files folder
npm run server:collect-iosStart the express.js server for development
npm run server:startStart the Rollup watcher for frontend files
npm run watchUseful commands
Compiles frontend assets
npm run buildLints and fixes files
npm run lint