ask-netlify
ask-netlify copied to clipboard
A place to submit questions for Netlify to answer in tutorials, podcasts and blog posts
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.
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.
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 [email protected]: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.