Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```