sef-global / scholarx-frontend

This is the frontend of the ScholarX
MIT License
5 stars 57 forks source link

Documentation Bug: Incorrect Start Command in README.md #62 #66

Closed mayura-andrew closed 10 months ago

mayura-andrew commented 10 months ago

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

Screenshot_20240104_125402

Checklist

Related PRs

N/A ## Test environment OS - Fedora Linux 39 (KDE Plasma) x86_64 NodeJS - 20.10.0 ## Learning N/A