name: start-dev description: Start the development server on port 3000 disable-model-invocation: true
Start the development server:
- First check if port 3000 is already in use with
lsof -ti:3000 - If a process is already running on port 3000, inform the user and do not start another server
- If port 3000 is free, run
npm run devin the background - Confirm the server is starting on http://localhost:3000