Deploy to Netlify
Netlify tl;dr Deploy
If you simply want to experience the Netlify deployment process without a database and/or adding custom code, you can do the following:
- create a new redwood project:
yarn create redwood-app ./netlify-deploy
- after your "netlify-deploy" project installation is complete, init git, commit, and add it as a new repo to GitHub, BitBucket, or GitLab
- run the command
yarn rw setup deploy netlify
and commit and push changes - use the Netlify Quick Start to deploy
Netlify Complete Deploy Walkthrough
For the complete deployment process on Netlify, see the Tutorial Deployment section.