Thanks to visit codestin.com
Credit goes to github.com

Skip to content

okyaneka/qhunt-socket

Repository files navigation

QHUNT SOCKET

Run

# install
pnpm install

# run
pnpm dev

# build
pnpm build

# start
pnpm start

Docker

You can create bash script from this

sha=$(git rev-parse HEAD)
tag="ghcr.io/okyaneka/qhunt-socket:${sha}"
docker build -t $tag .
docker push $tag
echo "$tag success"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published