Releases: jkguiang/integratable
Releases · jkguiang/integratable
Run Offline
This is the source code for Integratable without Google Analytics integration, allowing for more straightforward offline usage. To run the application locally, do the following:
- Download the source code from this release or clone this repository (or any previous commit to the "run-offline" branch)
- Ensure that you have NPM installed (Integratable was made using NPM version 6.9.0)
- Install Integratable's dependencies by running
npm install
within the same directory where Integratable's package.json and package-lock.json files are located - Boot up Integratable by simply running
npm start
- Navigate to
localhost:3000
in the browser of your choice