電子計算機部公式ウェブサイト
To setup the dev environment, install dependencies first:
$ bun iAdd API_BASE to .env.local file:
API_BASE=https://example.comRun dev to start the dev environmnet:
$ bun devSet API_BASE and PLATFORM in .env or .env.local:
API_BASE=https://example.com
PLATFORM=production-ssrTo build the website, run:
$ bun run build