GitXplorerGitXplorer
e

earayu.github.io

public
5 stars
1 forks
3 issues

Commits

List of commits on branch main.
Unverified
4680afbd66978995ce54151981e07df96306299f

update linkedin

eearayu committed 24 days ago
Unverified
4e00674427fb816b2ee4f7f24c598fa483cff62b

add blog

eearayu committed a month ago
Unverified
b847bf7796feebb5069fa507e9e07ff69051ccab

add blog:18 - scaling-database-connections.mdx

eearayu committed 2 months ago
Unverified
0b6148f1dedbdca1ba29140a86a7533cd80825bd

add blog:18 - scaling-database-connections.mdx

eearayu committed 2 months ago
Unverified
d97061e7de9c9acd9808d8db47a075be27e19144

update

eearayu committed 9 months ago
Unverified
7968822dc3f6405d06d97a076972d8709548c6ff

update

eearayu committed 9 months ago

README

The README file for this repository.

Bryce Yu's Blog

Deploy with local node.js runtime

Please overwrite next.config.js with next.config.js.nodejs to deploy on node.js runtime.

yarn install
yarn dev

Deploy with local static files

Please overwrite next.config.js with next.config.js.static to deploy as a static site.

yarn build
npx serve out

Deploy on Github Pages

This blog is deployed on Github Pages. The CI/CD is powered by Github Actions. Note: Github Pages only supports static files.

Deploy on Vercel

Vercel supports Next.js out of the box, so we can use node.js runtime to deploy this blog.