You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create comprehensive documentation on how to run the Student Web Registration system. This documentation should include installation steps, prerequisites, configuration details, and instructions for running the application locally.
Currently, to successfully run the student web registration site (master version), we must:
Add this code on line 42 of the package.json file: “start”: “react-scripts start”,
Replace the placeholder code in the .env file with the actual information
Navigate to the repository in terminal and run the following commands:
npm install --force
npm install react-flags-select --force
If we clone the debug version of the github repository instead, we can skip the step of filling out the .env file.
To do:
push the start code to the debug version of the code in github
fix the versions of the dependencies used in the code (what dependencies are compatible and necessary for program compilation), so that you don't have to --force away dependency warnings
The text was updated successfully, but these errors were encountered:
Description (by @AleksandrMolchagin):
Create comprehensive documentation on how to run the Student Web Registration system. This documentation should include installation steps, prerequisites, configuration details, and instructions for running the application locally.
Refer to the following example: https://github.com/AmericaSCORESBayArea/salesforce-data-api/blob/master/README.md
notes by @supraj-gunda
The text was updated successfully, but these errors were encountered: