https://github.com/petrnikolas/textify
https://github.com/petrnikolas/textify
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/petrnikolas/textify
- Owner: PetrNikolas
- Created: 2020-10-01T07:30:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T07:30:56.000Z (almost 6 years ago)
- Last Synced: 2025-11-23T15:22:23.586Z (7 months ago)
- Language: JavaScript
- Size: 489 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.