All Projects → elis → djit.su

elis / djit.su

Licence: other
Reactive Editor

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
Less
1899 projects
shell
77523 projects

Projects that are alternatives of or similar to djit.su

machine-setup
Powershell script which simplifies PC installation which primarily target devs but everyone can use it. Installs apps via chocolatey, nodejs and executes other specific commands.
Stars: ✭ 20 (-47.37%)
Mutual labels:  development-environment
cqfd
cqfd helps running commands inside the Docker container configured for your project, keeping the user and working directory the same inside the container
Stars: ✭ 48 (+26.32%)
Mutual labels:  development-environment
docker-php
Docker build php development environment
Stars: ✭ 40 (+5.26%)
Mutual labels:  development-environment
codeframe
The fastest, easiest way to build and deploy quick static webpages
Stars: ✭ 107 (+181.58%)
Mutual labels:  development-environment
Docker-Stack
This repo contains a simple Docker setup with minimal configuration and only few files you can drop into many PHP-based projects.
Stars: ✭ 31 (-18.42%)
Mutual labels:  development-environment
phd5-app
💜 Universal web application built upon Docker, PHP & Yii 2.0 Framework
Stars: ✭ 71 (+86.84%)
Mutual labels:  application-framework
bash.env
Bash.env is a cascading Bash environment system for those who work on different hardware and OS environments. Similar to oh-my-zsh but for Bash, and special sauce for those who work 'ssh' on remote machines.
Stars: ✭ 50 (+31.58%)
Mutual labels:  development-environment
mstrap
Machine bootstrapping tool with a focus on sensible defaults, conventions, and avoidance of vendoring
Stars: ✭ 14 (-63.16%)
Mutual labels:  development-environment
drupal8-vagrant
Simple Drupal 8 Development Environment
Stars: ✭ 59 (+55.26%)
Mutual labels:  development-environment
dotfiles
🔨 My dotfiles for setting up my Macs with Ansible
Stars: ✭ 31 (-18.42%)
Mutual labels:  development-environment
nix-home
A nix home development environment
Stars: ✭ 16 (-57.89%)
Mutual labels:  development-environment
hurley
The development environment toolset for blockchain projects
Stars: ✭ 79 (+107.89%)
Mutual labels:  development-environment
rae
A docker-compose development environment orchestrator
Stars: ✭ 13 (-65.79%)
Mutual labels:  development-environment
typed-prelude
Reliable, standards-oriented software for browsers & Node.
Stars: ✭ 48 (+26.32%)
Mutual labels:  development-environment
module-admin-auto-login
No description or website provided.
Stars: ✭ 21 (-44.74%)
Mutual labels:  development-environment
remote-kubernetes
Remote Kubernetes Development in VS Code with Okteto
Stars: ✭ 65 (+71.05%)
Mutual labels:  development-environment
wp-cli-dev
🛠 WP-CLI development environment that allows for easy development across all packages
Stars: ✭ 29 (-23.68%)
Mutual labels:  development-environment
multi-site-docker
A multi-site-docker configuration featuring nginx, php and mysql
Stars: ✭ 85 (+123.68%)
Mutual labels:  development-environment
wordless gem
The quickest CLI tool to setup a new WordPress locally. Wordless ready.
Stars: ✭ 38 (+0%)
Mutual labels:  development-environment
kindle-env
Development Environment for Kindle
Stars: ✭ 26 (-31.58%)
Mutual labels:  development-environment

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].