Skip to content

Uninoverse is shopify and remix project including 3D model viewer using react three fiber implement texture images

Notifications You must be signed in to change notification settings

juddydev/uninoverse_version2

Repository files navigation

Uninoverse

Deploy - Console API

$ bun i

Hydrogen (Shopify Web site)

$ bun run --cwd hydrogen dev

Uninoverse API

$ bun run --cwd api dev

Uninoverse Webhooks

$ bun run --cwd webhooks dev

Uninoverse Console

$ bun run --cwd console-api dev
$ bun run --cwd console dev

メモ

bun --bun

このように使用するとプロセスが適切に終了しない。

$ bun --bun run --cwd console-api build

暫くは process.env を使用すること。

process.env
// Bun.env

Node.js

まだViteなどのライブラリがNode.jsに依存している。22以上を使用すること。

$ node -v
v22.8.0

https://volta.sh/

バージョンはpackage.jsonに記載されている。

"volta": {
  "node": "22.8.0"
}

About

Uninoverse is shopify and remix project including 3D model viewer using react three fiber implement texture images

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages