Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add small changes to the readme #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ We want to build a collaborative Knowledge Graph Editor. To achive that goal we

## Usage

First, install <a href="https://nodejs.org/en/download/" target="_blank">Nodejs</a> and <a href="https://classic.yarnpkg.com/en/docs/install/" target="_blank">Yarn</a> to your working environment. Then
First, install <a href="https://nodejs.org/en/download/" target="_blank">Nodejs</a> and <a href="https://classic.yarnpkg.com/en/docs/install/" target="_blank">Yarn</a> to your working environment. Then:

```js
```bash
yarn global add expo-cli
```

Then,
Then initialized your expo project:

```js
```bash
expo init my-project
cd my-project
yarn add perfect-graph unitx-ui unitx
```

After you can write this command to the terminal in your project directory
After you can write this command to the terminal in your project directory:

```js
```bash
yarn web
```

Expand Down