Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casa-de-vops/casa-de-vops-netlify
https://github.com/casa-de-vops/casa-de-vops-netlify
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/casa-de-vops/casa-de-vops-netlify
- Owner: casa-de-vops
- Created: 2024-09-17T09:18:13.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T10:03:13.000Z (4 months ago)
- Last Synced: 2024-09-17T12:32:05.478Z (4 months ago)
- Language: Astro
- Size: 786 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Netlify examples](netlify-badge-examples.png)
# Netlify Feature Tour
**Access this demo site**: https://feature-tour.netlify.app
[![Netlify Status](https://api.netlify.com/api/v1/badges/660aa7a7-f40e-4c06-a602-77d2c2cf6c22/deploy-status)](https://app.netlify.com/sites/casadevops/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[![Deploy To Netlify](https://www.netlify.com/img/deploy/button.svg)](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```