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.0
andyarn-v1.22.4
- Install dependencies
$ yarn
- Create
.env
file
$ cp .env.example .env
$ yarn build
$ yarn start
$ yarn watch
Start webserver to serve the files. And watch for file changes.
$ yarn start:dev
Check lint errors
$ yarn lint
Fix lint errors
$ yarn lint:fix