netlify / ask-netlify

A place to submit questions for Netlify to answer in tutorials, podcasts and blog posts
https://ask.netlify.com
32 stars 8 forks source link
gathering-questions netlify tutorial

ask.netlify.com

Do you have questions for Netlify? We are gathering questions to find the best things to answer in a series of videos.

Netlify Status

How to ask?

If you have a question for our support team or you’re having trouble with your Netlify site, please head over to the Netlify Community forum for help!

We'll gather questions as issues in this repo. That way you can see other questions and add you support for those questions getting answered.

Why not take a look at the questions which have already been asked, and open an issue if you'd like to ask a question of your own.

The answers will come in a future video, or perhaps you'll help us decide on a useful tutorial or blog post.

ask.netlify.com

The site

This repo also holds the code for the simple site which lives at ask.netlify.com.

Local development

To build the site you need:

Getting started


# clone this repository
git clone git@github.com:netlify/ask-netlify.git

# go to the working directory
cd ask-netlify

# install dependencies
yarn

# start a local build server with hot reloading
yarn start

Deployment

The build command yarn run build will generate a set of static assets in a dist folder which can be deployed to any web hosting service.

Netlify runs this build process in a CI environment and then deploys the build automatically to our global CDN. Such deployments are triggered automatically by every git push to the master branch of the origin repository.