Skip to content

Commit

Permalink
chore: update README.md with Quickstark
Browse files Browse the repository at this point in the history
  • Loading branch information
luohoufu committed Dec 4, 2024
1 parent f43e453 commit b859156
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,19 @@ INFINI Console is written in Golang, the installation package is very small, onl
To learn more about Console, please visit: https://docs.infinilabs.com/console/


## Quickstart

- Build [web](web/README.md) first.

```sh
# init code base path
mkdir -p $HOME/go/src/infini.sh && cd $_
# build console
make build
cd bin && mkdir -p config && cp -rf ../config/{setup,*.tpl,*.json} .
# run console
./console
```

## Community

Expand Down
20 changes: 9 additions & 11 deletions web/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
## 运行环境
## Running Env

```
nvm install 16.17
cnpm install [email protected]
nvm install 16.20.2
npm install [email protected]
```

## 公共组件
## Running

```shell
cd src
git clone https://git.infini.ltd:64443/infini/common-ui.git common
cnpm install
npm run dev
```

## 运行
## Build

```shell
npm install
```sh
npm run build
npm run dev
```
```

0 comments on commit b859156

Please sign in to comment.