An open API service indexing awesome lists of open source software.

https://github.com/petrnikolas/textify


https://github.com/petrnikolas/textify

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

          

# Textify

## Table of Contents

* [Libs](#libs)
* [Usage](#usage)
* [Docs](#docs)

## Libs

* [React](https://reactjs.org/)
* [Ant Design](https://github.com/ant-design/ant-design)
* [umi](https://github.com/umijs/umi)
* [Less](http://lesscss.org/)

## Usage

Clone project code.

```bash
git clone https://gitlab.com/flinkee/flinkee-dashboard.git my-project
cd my-project
```

Installation dependence.

```bash
yarn install
```

Start local server.

```bash
yarn dev
```

Build for production.

```bash
yarn build
```

Analyze build output.

```bash
yarn analyze
```

Run tests.

```bash
yarn test
yarn test:jest
yarn test-watch
yarn test-cover
```

After the startup is complete, open a browser and visit [http://localhost:8000](http://localhost:8000), If you need to change the startup port, you can configure it in the `.env` file.

## Docs

Documentation is in folder `docs`.