Skip to content

Commit

Permalink
overview
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterZh37 committed Feb 9, 2023
1 parent dd2c34b commit 1fdca72
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions doc_src/docs/Tutorials/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@


# Overview

:::note
Since Lively is still in beta, the design is subject to change and should not be considered final!
:::

In this section, the examples of basic applications are demonstrated through Live Editor under the [`Basic Usage`](/lively/docs/category/basic-usage) section. The Live Editor contains a real-time code block that allows the developer to make changes. The corresponding effects of the changes will be reflected in the interactive playground under the code block. There are also `Javascript`, `Python`, and `Rust` codeblock demonstrating the examples. There are examples to show the developers how to extend and customize the `lively` system by creating addtional [`objectives`](../API/Objectives/) and [`goals`](../API/Goals/goal.mdx) under the [`Customized Usage`](/lively/docs/category/customized-usage) section.




Expand Down
10 changes: 9 additions & 1 deletion doc_src/docs/Tutorials/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Installation

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

:::note
Since Lively is still in beta, the design is subject to change and should not be considered final!
:::
:::

`Lively` supports

https://www.npmjs.com/package/@people_and_robots/lively : npm i @people_and_robots/lively

0 comments on commit 1fdca72

Please sign in to comment.