# stock_graph **Repository Path**: rj-stock/stock_graph ## Basic Information - **Project Name**: stock_graph - **Description**: Stock K line and time line graph - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-31 - **Last Updated**: 2023-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stock_graph Stock K line and time line graph. ## 1. Requirement - vscode-1.80+ - deno-1.35+ (Use Deno.server API) ## 2. Develop ```shell # Start server $ deno task dev Task dev deno run --allow-net --allow-read --watch main.ts Watcher Process started. Listening on http://localhost:6001/ # Any source file changed, server auto restart Watcher File change detected! Restarting! Listening on http://localhost:6001/ ``` ## 2. Production TODO.