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