Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 365 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 365 Bytes

scan

Getting Started

Run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Run with docker:

Build a Docker image

docker build -t scan .

Run the Docker image

docker run -p 8095:8095 --env-file .env -it scan

License

MIT