Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation on how to run Student Web Registration #254

Open
supraj-gunda opened this issue Jun 17, 2024 · 0 comments
Open

Documentation on how to run Student Web Registration #254

supraj-gunda opened this issue Jun 17, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@supraj-gunda
Copy link
Member

supraj-gunda commented Jun 17, 2024

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

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:

  1. push the start code to the debug version of the code in github
  2. 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
@supraj-gunda supraj-gunda self-assigned this Jun 18, 2024
@AleksandrMolchagin AleksandrMolchagin changed the title Setting up Student Web Registration Site Documentation on how to run Student Web Registration Jun 19, 2024
@AleksandrMolchagin AleksandrMolchagin added the documentation Improvements or additions to documentation label Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants