Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Whilelse is a software development system with a web-based editor that represents code as a web instead of text

License

Notifications You must be signed in to change notification settings

whilelse/whilelse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whilelse is a software development system currently under development that aims to simplify programming by representing code as a graph instead of plain text and providing an efficient keyboard-centric editor.

whilelse.com

Getting started

The easiest way to get started is the online demo. It has a step-by-step guide.

Running on a development machine

Install the following:

Install dependencies (Bundler / npm):

./bin/setup

Start supervisord, which will start all components:

./bin/run

Open:

http://localhost:8888/

Tests

See acceptance/README.md.

Deploying

There is a script that can set up everything on a clean Ubuntu 15.10.

Make sure you have SSH key authentication set up:

ssh root@myserver "lsb_release -d"
# => Description:    Ubuntu 15.10

Create a deploy/config.local file:

deployhost=myserver
deploydir=/srv/whilelse

Run: ./deploy/setup.

Contributing

Contributing

About

Whilelse is a software development system with a web-based editor that represents code as a web instead of text

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages