logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install CoreBunch/Instatic. 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.

CoreBunch/Instatic Installation Guide

How to install CoreBunch/Instatic. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for CoreBunch/Instatic. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i CoreBunch/Instatic
or

Install via npx

npx @hexmos/ipm i CoreBunch/Instatic

Prerequisites

Bun

runtime

Version: ^1.0.0

Docker

runtime

Docker Compose

runtime

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Quick Start (Development)

git clone https://github.com/corebunch/instatic.git

cd instatic

bun install

bun run dev

Production Deployment (Docker)

git clone https://github.com/corebunch/instatic.git

cd instatic

INSTATIC_IMAGE=ghcr.io/corebunch/instatic:latest docker compose -f compose.prod.yml -f compose.sqlite.yml up -d

One-Click Deploy (Railway - SQLite)

https://railway.com/deploy/instatic-cms-sqlite?referralCode=Zm9bVJ&utm_medium=integration&utm_source=template&utm_campaign=generic

One-Click Deploy (Railway - Postgres)

https://railway.com/deploy/instatic-cms-postgres?referralCode=Zm9bVJ&utm_medium=integration&utm_source=template&utm_campaign=generic

Post Installation Steps

  • Open http://localhost:5173 in your browser and follow the on-screen instructions to create your site and owner account.