A REACT web app for ThreeDify.
ThreeDify is a online platform where you can upload images and create a 3D reconstruction of the images.
| Variable | Description |
|---|---|
| PORT | Port to run the web server |
| API_URL | Base API URL e.g. http://127.0.0.1:8000 |
- Make sure you have
node-v13.11.0andyarn-v1.22.4 - Install dependencies
$ yarn
- Create
.envfile
$ cp .env.example .env
$ yarn build$ yarn start$ yarn watchStart webserver to serve the files. And watch for file changes.
$ yarn start:devCheck lint errors
$ yarn lintFix lint errors
$ yarn lint:fix