Closed mayura-andrew closed 10 months ago
The purpose of this PR is to fix #62
The goal is to provide the correct command (npm run dev) to start the server for local development.
npm run dev
The approach taken was to replace the incorrect command (npm start) with the correct one (npm run dev) in the README file.
npm start
Purpose
The purpose of this PR is to fix #62
Goals
The goal is to provide the correct command (
npm run dev
) to start the server for local development.Approach
The approach taken was to replace the incorrect command (
npm start
) with the correct one (npm run dev
) in the README file.Screenshots
Checklist
Related PRs
N/A ## Test environment OS - Fedora Linux 39 (KDE Plasma) x86_64 NodeJS - 20.10.0 ## Learning N/A