This repo contains the source code of a simple web site. It does NOT contain actual compiler code. All compilation is done at a backend.
Development:
bun installTo run:
bun run devTo build
bun run buildThis project was created using bun init in bun v1.2.17. Bun is a fast all-in-one JavaScript runtime.