https://github.com/morin3/netlify-feature-tour
Morni por cloud mdConfig files for my GitHub profile.
https://github.com/morin3/netlify-feature-tour
algorithms computer-vision config git github-actions github-config go html java javascript machine-learning python qrcode-generator quantum-computing query react-router ruby rust spring-boot styled-components
Last synced: 3 months ago
JSON representation
Morni por cloud mdConfig files for my GitHub profile.
- Host: GitHub
- URL: https://github.com/morin3/netlify-feature-tour
- Owner: Morin3
- Created: 2024-03-04T21:55:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-11T11:33:44.000Z (6 months ago)
- Last Synced: 2026-01-11T16:00:02.693Z (6 months ago)
- Topics: algorithms, computer-vision, config, git, github-actions, github-config, go, html, java, javascript, machine-learning, python, qrcode-generator, quantum-computing, query, react-router, ruby, rust, spring-boot, styled-components
- Language: Astro
- Homepage: https://hashim21223445.github.io/hash-toolbox/
- Size: 1.44 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
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
```