Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 520 Bytes

File metadata and controls

34 lines (20 loc) · 520 Bytes

CENTRALCORP INSTALLER

Chat

An automatic installer for CentralCorp Panel

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Based on Azuriom Installer