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-cli
configured) - Whatever URL opens, don't forget to append
/docs
part 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 link
and link it to the default Netlify site npm run build
netlify dev