, , 这是我的个人网站。目前,它没有包含太多内容。但是我用它来体验不同的技术。当前使用的技术: 天野 打字稿 JSX和React(SSR +客户端水化) Google Cloud Run(具有自定义域,和文档) 通过Github上操作CI / CD(带作为唯一的秘密gcloud ) 发展 # Install deno executable: https://deno.land # [In one terminal] Run the bundler in watch mode (deno bundle ... .../app.js) make bundle # [In another terminal] Run the server in watch mode (deno run ... .../server.tsx) make start # open: http://localhost:80