jtd-app

Interior design static web page made with Gatsby and Netlify CMS

MIT License

Stars
0

JTD

Development

npm install
npm start

Deployment

Get updates from master to dev:

NOTE: since we are using netlify-cms all updates to prod content will be pushed to master so we need to sync dev with master before merging changes from dev to master!

git pull
git checkout dev
git merge master

Update master with changes in dev:

git checkout master
git merge dev

Start deployment by pushing to master:

git push
git checkout dev

Debugging

When stuff breaks try cleaning everything:

gatsby clean
npm run install:clean