- Add React frontend with Excalidraw integration (App.jsx, main.jsx) - Add Express server with MCP protocol support (server.js) - Update CLI with new functionality (cli.js) - Add Vite configuration for frontend build - Update package.json with new dependencies - Add public assets and build files - Update .gitignore to exclude build artifacts
6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
node_modules
|
|
.env
|
|
package-lock.json
|
|
.cursor
|
|
*.excalidraw
|
|
public/dist/assets/ |