Netlify Feature Tour
Access this demo site: https://feature-tour.netlify.app
About this example site
This site provides a path to get started learning about Netlify features.
Speedily deploy your own version
Deploy your own version of this example site by selecting the Deploy to Netlify Button below. This will automatically:
- Clone a copy of this repo to your own GitHub account
- Create a new project in your Netlify account, linked to your new repo
- Create an automated deployment pipeline to watch for changes on your repo
- Build and deploy your new site
Install and run this example locally
You can clone this example repo to explore its features and implementation and to run it locally.
# 1. Clone the repository to your local development environment
git clone git@github.com:netlify/feature-tour.git
# 2. Move into the project directory
cd feature-tour
# 3. Install code dependencies
npm install
# 4. Install the Netlify CLI to let you locally serve your site using Netlify's features
npm install -g netlify-cli
# 5. Serve your site using Netlify Dev
netlify dev