# VisualDL FrontEnd
English | [简体中文](https://github.com/PaddlePaddle/VisualDL/blob/develop/frontend/README_cn.md)
**🚧UNDER CONSTRUCTION🚧**
**🚧SOME FEATURE MAY NOT WORK PROPERLY🚧**
**🚧PULL REQUESTS WELCOMED🚧**
## Development
> nodejs ≥ 10 and npm ≥ 6 are required.
First, install all dependencies:
```bash
npm install
# or
yarn
```
Then you can start the development server:
```bash
yarn dev
```
Now open [http://localhost:8999](http://localhost:8999) with your browser.
You can change the port with `PORT` environment variable:
```bash
PORT=3000 yarn dev
```
## Build & Deploy
```bash
./scripts/build.sh
yarn start
# we are working on deployment now, please wait
```
### Browser Compatibility
VisualDL supports the latest version of [Google Chrome](https://www.google.com/chrome/) and [Mozilla Firefox](https://www.mozilla.org/). [Microsoft Edge](https://www.microsoft.com/edge) and [Apple Safari](https://www.apple.com/safari/) may work too but are not tested.
## Learn More
This project is based on following projects:
- [Next.js](https://nextjs.org/)
- [React](https://reactjs.org/)
- [ECharts](https://echarts.apache.org/)
## Author