The purpose of this document is to provide instructions for deploying your private fork of the application to Netlify. This will allow an easy demonstration of new or proposed functionality in PR submissions.
-
First, sign up at https://www.netlify.com to create an account, if you don't already have one (Suggest validate using your GitHub account).
-
Configure the build settings (e.g. build command:
npm run build
& publish directory:/build
) and click "Deploy site"
-
On the next screen select the last deployment to see the build/deployment logs.
-
Review the deployment progress in the log. Once complete, you can also preview the site using the link provided.
-
To change the default generated site name, select "Site settings" from the Overview tab.
-
On the Site information panel, click the "Change site name" button
-
Update the site name. Suggest prepending your user ID to prevent collisions.
The final URL should look something like https://glasssd-youversion-web-open-ideas.netlify.com
. Please include a reference to your site when submitting a PR to demonstrate your proposed feature or fix.