https://github.com/tigger04/netlify-feature-tour
https://github.com/tigger04/netlify-feature-tour
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tigger04/netlify-feature-tour
- Owner: tigger04
- Created: 2024-10-29T18:04:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:26:36.000Z (6 months ago)
- Last Synced: 2025-03-06T12:11:25.748Z (about 2 months ago)
- Language: Astro
- Size: 783 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 [email protected]: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```