The current README provides instructions for setting up the AOSSIE website locally, but there is a need for a small update in the wording and formatting of the steps related to installing dependencies and starting the development server.
Details
The instructions in the "Running the website Locally" section should clearly state the commands required to:
Install the necessary dependencies using npm install.
Start the development server using npm run dev.
The current instructions are a bit unclear and should be updated to be more explicit about these steps.
Expected Outcome
The updated README should provide clear, concise instructions for setting up the website locally, ensuring that new contributors can follow the steps without any confusion.
Additional Context
Please refer to the current README file for context, and update it accordingly.
Description
The current README provides instructions for setting up the AOSSIE website locally, but there is a need for a small update in the wording and formatting of the steps related to installing dependencies and starting the development server.
Details
The instructions in the "Running the website Locally" section should clearly state the commands required to:
npm install
.npm run dev
.The current instructions are a bit unclear and should be updated to be more explicit about these steps.
Expected Outcome
The updated README should provide clear, concise instructions for setting up the website locally, ensuring that new contributors can follow the steps without any confusion.
Additional Context
Please refer to the current README file for context, and update it accordingly.