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