You've already forked StateHoldr
mirror of
https://github.com/FullScreenShenanigans/StateHoldr.git
synced 2026-04-28 13:02:27 -07:00
692 B
692 B
StateHoldr
General localStorage saving for collections of state.
Build Process
StateHoldr uses Gulp to automate building, which requires Node.js.
To build from scratch, install NodeJS and run the following commands:
npm install -g gulp
npm install
gulp
See Build Details for detailed Gulp usage.