# Runlocal

> how to run the project on local

- Skill: `sean2411/runlocal` (Agent Skill)
- Install (CLI): `npx skillmds@latest add sean2411/runlocal`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sean2411/runlocal/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Sean2411 (https://skillmd.com/u/sean2411)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/sean2411/runlocal

---


# Overview

- when run the frontend, use frontend/start-local-dev.sh 
- when run the frontend on local, if ask to choose http or https, or when you see "请选择 (1 或 2): ", select https which is option 2
- when run the backend, use backend/start-local-dev.sh
- when run the project on local, we need to run both the frontend and backend

# Important: Restart After Code Changes

- **Backend**: uses `node server.js` (no auto-reload). After modifying backend code, you MUST stop (Ctrl+C) and restart `./start-local-dev.sh` for changes to take effect.
- **Frontend**: Next.js dev server auto-reloads on file changes.


