deploymentPLEASE help us help you by writing a good post!
- We need to know your netlify site name. Example:
gifted-antelope-58b104.netlify.app
- DNS issues? Tell us the custom domain, tell us the error message! We can’t help if we don’t know your domain.
- Build problems? Link or paste the FULL build log & build settings screenshot
- Did you try Ask Netlify, our generative AI chatbot, before posting? It pulls info from Support Guides and recent solved forums posts.
The better the post - the faster the answer.
hi . a blind developer. learning linkedin learning for react, vue. using a screen reader jaws for windows from http://www.freedomscientific.com. so is there a way to then deploy web apps. and also would like for each project on github when some one opens, the webpage automatically opens. and also did not set up redirect. so your site is accessible with a screen reader. so let me know. and also command line for uploading and setting up with github. did that a long time ago, but forgot the steps to do that. any help would be great. marvin.
Hey there,
Thanks for reaching out, and welcome to the forum! We’re happy to provide you with more detailed guidance to help you deploy your projects on Netlify.
Deployment with Netlify CLI
The Netlify CLI is a command-line tool that you can use to interact with Netlify and deploy your sites. Here’s a breakdown of the steps:
- Installation:
- Open your terminal or command prompt.
- Use your screen reader’s command to navigate to the desired installation directory.
- Type the following command and press Enter:
npm install -g netlify-cli
Linking to GitHub:
Navigate to your project’s root directory in the terminal.
Type the following command and press Enter:
netlify link
Follow the prompts given by the CLI, using your screen reader to navigate and provide the necessary information. This will involve authenticating with your GitHub account and selecting the repository you want to deploy.
Once your project is linked, you can deploy it by typing the following command and pressing Enter:
netlify deploy
The CLI will guide you through the deployment process, providing feedback and instructions along the way, here’s a link about our CLI that may help
would like for each project on github when some one opens, the webpage automatically opens
This is a pretty trickier! I don’t believe github has something that would automatically open a webpage