/redaxscript

A modern, ultra lightweight and rocket fast Content Management System

Primary LanguagePHP

Redaxscript

A modern, ultra lightweight and rocket fast Content Management System for SQLite, MSSQL, MySQL and PostgreSQL.

Build Status Scrutinizer Code Quality Coverage Status Packagist Version License

Installation

Clone the repository:

git clone https://github.com/redaxscript/redaxscript.git

Install the dependencies:

composer install
npm install

Usage

Run local development server:

npm run serve -- [options]

-L, --live-reload
-O, --open-browser
-N, --no-cache
-D, --debug-mode

Browse your working copy:

http://localhost:8000