1.2.2 • Published 3 years ago

djitsu v1.2.2

Weekly downloads
2
License
MIT
Repository
-
Last release
3 years ago

Djitsu - Reactive Editor

Advanced Editor, Development Environment, Application and Execution Platform

This repository is the live source-code for djit.su

Djitsu - Reactive Editor

Getting Started with Djitsu

Djitsu is an editor, application, and an execution platform all rolled into one - it allows you to write regular good-old Javascript (for now, later it will support more languages), without any platform-specific APIs or other platform lockins, so you can be sure that any code written out-side of djitsu will work on djitsu, and any code written in djitsu is just regular code you can use anywhere else.

A great place to start is:

Install

Add .env files

  1. Add .env.development.local to project root
  2. Add this to the file:
RAZZLE_FIREBASE_APIKEY="AIzaSyDDJSDZPXq9a5sCTR97zgfTR50tRsspKoQ"
RAZZLE_FIREBASE_AUTH_DOMAIN="djitsu-5cffa.firebaseapp.com"
RAZZLE_FIREBASE_DATABASE_URL="https://djitsu-5cffa.firebaseio.com"
RAZZLE_FIREBASE_PROJECT_ID="djitsu-5cffa"
RAZZLE_FIREBASE_STORAGE_BUCKET="djitsu-5cffa.appspot.com"
RAZZLE_FIREBASE_MESSAGING_SENDER_ID="921945884841"
RAZZLE_FIREBASE_APP_ID="1:921945884841:web:3867a9b55d43077635c1b8"
RAZZLE_FIREBASE_MEASUREMENT_ID="G-104YGV6JJ6"
RAZZLE_USER_CONTENT_URL="http://localhost:3000/user-content"
RAZZLE_DV=lion

Connect