- fork the repo
- clone forked repo
- install gatsby
npm i -g gatsby - install local dependencies
cd ./trafikito-support && npm i - Develop:
npm run develophttp://localhost:8000/ - Send pull request
- Login to server
git pullnpm inpm run buildThis will build to public folder and then move everything topublic_productionto avoid downtime during the build.