Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 653 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 653 Bytes

d3bu.net

電子計算機部公式ウェブサイト

container

Development

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

Build

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