# Quick Manual for Lively4

- CTRL+Click opens Halo to drag, copy, edit all DOM elements directly on a web page
- (CTRL+)RightClick opens context menu with various tools...
- Select any code then CTRL+P will print it and CTRL+D do it

----

## Tools

<lively-import src="doc/manual/tools.html"></lively-import>

---

# Getting Started

## Basic Lively4 development workflow:

- a) Go to https://lively-kernel.org/lively4/lively4-core/start.html
- b) Play around with objects and in workspace 
  - Ctrl-Left/Right Click for Halo and context menu
- c) Use tools to browse and change modules and templates
- d) Open Sync tool and log with github account 
- e) Press sync to update your instance and commit changes

---

## Advanced Lively4: 

- Work in different [branches](https://lively-kernel.org/lively4/) created with the "Sync Github"
- Install your own lively4-server

---

## Development Links

- Github Projects: 
  - https://github.com/livelykernel/lively4-core 
  - https://github.com/LivelyKernel/lively4-server (optional) 
  - https://github.com/LivelyKernel/lively4-chrome-loader (optional)
- Deployed on lively-kernel.org: 
  - https://lively-kernel.org/lively4/lively4-core/start.html

