Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 353 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 353 Bytes

Duchi's blog

how to start

docker

docker build -t nextjs-docker:latest .
docker run -d -p 3011:3011 --name next-blog-test nextjs-docker:latest

http://localhost:3011 접속

next

start dev server

npm run dev

start dev server with pagefind

npm run pagefind:dev

http://localhost:3000 접속