logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

netlify-feature-tour

An interactive demo site for exploring Netlify features, allowing users to quickly deploy their own version and access related tutorials. It provides a hands-on way to learn about web development enhancements using Netlify.

Author

netlify-feature-tour logo

kyungwoo007

No License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

netlifytoolswebnetlify featuresexploring netlifynetlify feature

Netlify Feature Tour

Access this demo site: https://feature-tour.netlify.app

Netlify Status

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

Deploy To Netlify

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

See Also

`