No description
Find a file
2026-08-29 22:35:27 +09:00
.continue/mcpServers initial commit 2026-08-29 22:09:51 +09:00
.vscode initial commit 2026-08-29 22:09:51 +09:00
blog initial commit 2026-08-29 22:09:51 +09:00
mcpServers initial commit 2026-08-29 22:09:51 +09:00
src initial commit 2026-08-29 22:09:51 +09:00
static initial commit 2026-08-29 22:09:51 +09:00
.cursorignore initial commit 2026-08-29 22:09:51 +09:00
.dockerignore initial commit 2026-08-29 22:09:51 +09:00
.editorconfig initial commit 2026-08-29 22:09:51 +09:00
.gitignore initial commit 2026-08-29 22:09:51 +09:00
.mcp.json initial commit 2026-08-29 22:09:51 +09:00
.node-version initial commit 2026-08-29 22:09:51 +09:00
.prettierignore initial commit 2026-08-29 22:09:51 +09:00
.prettierrc initial commit 2026-08-29 22:09:51 +09:00
docusaurus.config.ts fix (config): docs를 push하지 않았는데 사용하려고 시도해서 문제가 발생했음 2026-08-29 22:35:27 +09:00
package.json fix: 서버사이드에서는 pnpm을 서비스(init 시스템)로 실행하기 때문에, 경로를 정확하게 지정해야 함 2026-08-29 22:22:34 +09:00
pnpm-lock.yaml initial commit 2026-08-29 22:09:51 +09:00
pnpm-workspace.yaml initial commit 2026-08-29 22:09:51 +09:00
README.md initial commit 2026-08-29 22:09:51 +09:00
sidebars.ts initial commit 2026-08-29 22:09:51 +09:00
tsconfig.json initial commit 2026-08-29 22:09:51 +09:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

npm install

Note: feel free to use the package manager of your choice.

Local Development

npm run start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true npm run deploy

Not using SSH:

GIT_USER=<Your GitHub username> npm run deploy

If you are using GitHub Pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.