diff options
author | Anton Tananaev <anton@traccar.org> | 2022-07-01 07:55:29 -0700 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-07-01 07:55:29 -0700 |
commit | 8ca61941a8854a9f0d2862efd83c27f19abe92e6 (patch) | |
tree | 30ce01ae8ad7648738810907c704839b69f9bc1d /modern | |
parent | d7a3278718a60826307b3d172b4cd83ef3028c52 (diff) | |
download | trackermap-web-8ca61941a8854a9f0d2862efd83c27f19abe92e6.tar.gz trackermap-web-8ca61941a8854a9f0d2862efd83c27f19abe92e6.tar.bz2 trackermap-web-8ca61941a8854a9f0d2862efd83c27f19abe92e6.zip |
Move docs to the website
Diffstat (limited to 'modern')
-rw-r--r-- | modern/README.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modern/README.md b/modern/README.md deleted file mode 100644 index 866dfd37..00000000 --- a/modern/README.md +++ /dev/null @@ -1,16 +0,0 @@ -This is a new version of the Traccar web app. It is still in a very early stage of development. - -It uses [React](https://reactjs.org/), [Material UI](https://material-ui.com/) and [MapLibre GL JS](https://maplibre.org/). Feedback and contributions are welcome. - -To run the project in development mode: - -- Make sure you have Traccar backend running. -- Install dependencies using `npm install` command -- Run development server using `npm start` command - -To change the backend server URL: - -- Copy the content of the .env to .env.local (new file) -- Change REACT_APP_URL_NAME to your backend URL. Example: 'example.com:8081' - -Project was created using [Create React App](https://github.com/facebook/create-react-app). For more information see [user guide](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md). |