Skip to content

Commit 389abb7

Browse files
committed
chore: update readme
1 parent 5d727dc commit 389abb7

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<p align="center">
3-
<a href="http://github.com/foreseaz/cql-cloud-fe">
3+
<a href="http://github.com/CovenantSQL/cql-cloud-fe">
44
<img alt="Covenant Cloud" height="64" src="./docs/_media/logo.svg">
55
</a>
66
</p>
@@ -15,27 +15,28 @@ CovenantSQL Cloud front-end portal, wallet managements, PTC faucet, database man
1515
[![antd](https://img.shields.io/badge/antd-^3.10.0-blue.svg?style=flat-square)](https://github.com/ant-design/ant-design)
1616
[![umi](https://img.shields.io/badge/umi-^2.2.1-orange.svg?style=flat-square)](https://github.com/umijs/umi)
1717
[![MIT](https://img.shields.io/dub/l/vibe-d.svg?style=flat-square)](http://opensource.org/licenses/MIT)
18-
![Travis (.org)](https://img.shields.io/travis/foreseaz/cql-cloud-fe.svg)
19-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/foreseaz/cql-cloud-fe/pulls)
18+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/CovenantSQL/cql-cloud-fe/pulls)
2019
[![Gitter](https://badges.gitter.im/CovenantSQL/CovenantSQL.svg)](https://gitter.im/CovenantSQL/CovenantSQL?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2120
[![Netlify Status](https://api.netlify.com/api/v1/badges/ce7d2cc1-0004-45bd-85b9-325fb1f49cfb/deploy-status)](https://app.netlify.com/sites/cql-cloud/deploys)
2221

22+
![](./docs/_media/dashboard_screenshot.png)
23+
2324
</div>
2425

2526
## Features
2627

27-
- Internationalization, extracting translation fields from source code, loading language packs on demand
28-
- Dynamic permissions, different permissions for different menus
29-
- Elegant and beautiful, Ant Design system
30-
- Mock data, local data debugging
31-
28+
- Create, downlaod, upload CovenantSQL wallets, get PTC from faucet
29+
- Create project and database, top-up projects
30+
- One-click OAuth integration in projects
31+
- Create tables and add fields to database, set table rules
32+
- CLQ cloud database empower your SPA into a full dynamic App
3233

3334
## Usage
3435

3536
1. Clone project code.
3637

3738
```bash
38-
git clone https://github.com/foreseaz/cql-cloud-fe.git my-project
39+
git clone https://github.com/CovenantSQL/cql-cloud-fe.git my-project
3940
cd my-project
4041
```
4142

@@ -60,7 +61,7 @@ npm run start
6061
4. After the startup is complete, open a browser and visit [http://localhost:7000](http://localhost:7000), If you need to change the startup port, you can configure it in the `.env` file.
6162

6263

63-
> More instructions at [documentation](https://doc.cql-cloud-fe.foreseaz.com)
64+
> [documentation]() is working in progress
6465
6566

6667
## Browsers support
1020 KB
Loading

0 commit comments

Comments
 (0)