How to install LightTable/LightTable. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
LightTable/LightTable Installation Guide
How to install LightTable/LightTable. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for LightTable/LightTable. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i LightTable/LightTableor
Install via npx
npx @hexmos/ipm i LightTable/LightTablePrerequisites
Python
languageVersion: 3.8.0+ (or latest compatible version)
Node.js
build_toolVersion: 16.x
npm
package_managerVersion: 8.0.0+ (or latest compatible version)
Git
system_toolVersion: 2.34.1+ (or latest compatible version)
Visual Studio Code
environmentVersion: 1.70.0+ (or latest compatible version)
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
OSX Installation (Prebuilt Binaries)
Open Finder, Ctrl-click on LightTable.app/ and select Open.
When you see [this prompt](https://cloud.githubusercontent.com/assets/11994/11731454/85181e90-9f69-11e5-9c65-f6aa4228005c.png) about LightTable being unidentified, click Open.
If Ctrl-click doesn't work for you, open System Preferences > Security & Privacy > General, temporarily change "Allow apps downloaded from:" to Anywhere and double click on LightTable.app.Post Installation Steps
- Open the Light Table application.
- Navigate to your project's directory in the terminal using the `cd` command.
- Start the server with the command: `npm start`
- If you are using a database, run migrations with the command: `npx knex migrate:run`
- Access the Light Table application by opening your browser and navigating to [your_app_url] (e.g., http://localhost:3000)
