-
Copy .env.sample as
.env
and edit the environment variables in the file -
Build
npm install
npm run build
- Run
npm run start
-
Copy .env.sample as
.env
and edit the environment variables in the file -
Build a Docker image
docker build -f Dockerfile -t wex-qdoc-ui:latest .
- Run
docker run -it -p 3000:3000 wex-qdoc-ui:latest
- Open your local repository with Visual Studio Code
- Copy .env.sample as
.env
and edit the environment variables in the file - Select Debug -> Start Debugging
- Open http://localhost:3000/wex
- Open the settings and select a collection and fields
- Input a query, then click search