Skip to content

Releases: jkguiang/integratable

Run Offline

10 Jul 17:54
6d82d52
Compare
Choose a tag to compare

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:

  1. Download the source code from this release or clone this repository (or any previous commit to the "run-offline" branch)
  2. Ensure that you have NPM installed (Integratable was made using NPM version 6.9.0)
  3. Install Integratable's dependencies by running npm install within the same directory where Integratable's package.json and package-lock.json files are located
  4. Boot up Integratable by simply running npm start
  5. Navigate to localhost:3000 in the browser of your choice