Skip to content

Commit

Permalink
Merge d3ab8f5 into 1b106ae
Browse files Browse the repository at this point in the history
  • Loading branch information
teobler authored Dec 11, 2021
2 parents 1b106ae + d3ab8f5 commit 2a83a3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,20 @@ Tech stacks:

## Setup

提前准备:安装 Rust 环境
提前准备:[安装 Rust 环境](https://www.rust-lang.org/learn/get-started)


1. clone 代码 `git clone https://github.com/phodal/quake`
2. 安装 serach engine
2. 安装 search engine 并运行

```bash
brew install meilisearch
```

```bash
meilisearch
```

插入测试数据

```
Expand Down
2 changes: 1 addition & 1 deletion quake_webapp/packages/calendar/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<quake-calendar-timeline data="{}"></quake-calendar-timeline>
<quake-calendar data="{}"></quake-calendar>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand Down

0 comments on commit 2a83a3d

Please sign in to comment.