https://github.com/netlify/netlify-feature-tour
https://github.com/netlify/netlify-feature-tour
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netlify/netlify-feature-tour
- Owner: netlify
- Created: 2021-09-27T18:34:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T19:17:36.000Z (over 2 years ago)
- Last Synced: 2026-01-15T17:00:39.580Z (6 months ago)
- Language: Astro
- Size: 732 KB
- Stars: 12
- Watchers: 3
- Forks: 75
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Netlify Feature Tour
**Access this demo site**: https://feature-tour.netlify.app
[](https://app.netlify.com/sites/feature-tour/deploys)
## About this example site
This site provides a path to get started learning about Netlify features.
- 📚 [Docs Getting Started Tutorial](https://docs.netlify.com/get-started/?utm_medium=social&utm_source=github&utm_campaign=devex-ph&utm_content=devex-examples)
## 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](https://app.netlify.com/?utm_medium=social&utm_source=github&utm_campaign=devex&utm_content=devex-examples), linked to your new repo
- Create an automated deployment pipeline to watch for changes on your repo
- Build and deploy your new site
[](https://app.netlify.com/start/deploy?repository=https://github.com/netlify/netlify-feature-tour&utm_medium=social&utm_source=github&utm_campaign=devex&utm_content=devex-examples)
## Install and run this example locally
You can clone this example repo to explore its features and implementation and to run it locally.
```shell
# 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
```