- Docker or Linux
- Running any Docker supported OS or native Linux
only for Linux OS
yarn install
only for Linux OS
yarn start
docker build -t uws-http3 .
docker run -dp 4300:443 uws-http3
docker-compose up -d
- Open VSCode
- On notification panel opens notify about there "Devcontainer configuration file", click to Reopen in Container OR choose Dev Containers: Reopen in Container from Command palette
- That's done