Currently, our site is deployed through Netlify and lives at https://ktp.life
All information about development, codebase, and design live on our notion page at: http://bit.ly/KTPLife
npm install
npm run serve
npm run build
npm run lint
git checkout develop
git pull
git checkout -b feature/my-feature-name
Make your code changes, commit and push them, then open a pull request into develop for review
Edit file in public/static/sass/mystyles
To build css:
npm run css-build
DO NOT NPM INSTALL ANY NEW DEPENDENCIES WITHOUT CONSULTING THE GROUP FIRST