Skip to content

Kozmik IDE is the No-code development platform (NCDP).

License

Notifications You must be signed in to change notification settings

Densyakun/kozmik-ide

Repository files navigation

Kozmik IDE

Kozmik IDE is the No-code development platform (NCDP).

Quick Start

  1. Clone or fork kozmik-ide:
git clone https://github.com/Densyakun/kozmik-ide.git
  1. Install all dependencies:
cd kozmik-ide
npm install
  1. Copy or rename .env.local.example to .env.local.
cp .env.local.example .env.local
  1. (Optional) Fill the environment variables in your .env.local file in the app root:
  • LOGIN_PASSWORD: Password required to sign in. If empty, no password is required to sign in.

Example:

LOGIN_PASSWORD=1234567890
  1. Run your App:
npm run dev

⚠️ Always create your own SECRET_COOKIE_PASSWORD

This example hardcode the SECRET_COOKIE_PASSWORD environment variable used as a password to withIronSession call. But in the real world you should:

  1. Generate your own 32 characters minimum SECRET_COOKIE_PASSWORD via https://1password.com/password-generator/ for example
  2. Store this key in a secrets management system like https://zeit.co/docs/v2/serverless-functions/env-and-secrets

About

Kozmik IDE is the No-code development platform (NCDP).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages