This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // -- The "API" fakes | |
| const surveys = [ | |
| { id: "surveyID-01",name: "Survey A" }, | |
| { id: "surveyID-02",name: "Survey B" }, | |
| ] | |
| const prompts = [ | |
| { | |
| id: 'promptId-01', | |
| survey_id: 'surveyID-01', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Sure, here are the steps on how to set up a staging server on GoDaddy, numbered: | |
| 1. Go to the GoDaddy website and log in to your account. | |
| 2. Click on the **Hosting** tab and select the **Staging Servers** option. | |
| 3. Click on the **Create Staging Server** button. | |
| 4. Enter the following information: | |
| * The name of your staging server | |
| * The domain name of your staging server | |
| * The operating system for your staging server | |
| * The amount of storage space you need for your staging server |
OlderNewer