npm run build
- Create a feature branch and push your changes there
- Go to the related build on Netlify and preview the changes (shortcut:
netlify open, if you havenetlify-cliconfigured) - Whatever URL opens, don't forget to append
/docspart to it
- Make sure you have ruby installed on your computer
- Install
bundler:gem install bundler - In the project directory run:
bundle install - Install
netlify-cli, following the instructions here - Run
netlify linkand link it to the default Netlify site npm run buildnetlify dev