Do you have questions for Netlify? We are gathering questions to find the best things to answer in a series of videos.
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.
This repo also holds the code for the simple site which lives at ask.netlify.com.
To build the site you need:
# 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
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.