This static site is reference implementation of continuous deployment using Netlify.
Upon a merge to the main
branch, this site is deployed to netlify-static.netlify.com
Upon creation of any pull request, Netlify builds a deploy preview and deploys the site to an ephemeral URL.
You are encouraged to kick the tires on this site!
- Clone this repository
- In the terminal, run
npm install
to install dependencies. - Then run
npm run dev
to start the development server athttp://localhost:3000/
. - Create a feature branch
- Push your branch to
origin
- Create a pull request
- Notice all the Netlify tooling that happens when you create your pull request, and check out the deploy preview that was created.
- Share your experience in Think Company Slack channel #devops