This repository is responsible for the whatislove.dev's websites.
- whatislove.dev – Vladyslav Zubko's website. If you want to get to know me better.
- careers.whatislove.dev – Future. If you want to be mine.
- certifications.whatislove.dev – Certificates Manager. If you want to move on.
- shared – reusable code parts between apps.
- Install dependencies:
npm install
- Apply git hooks:
npm run ci:prepare
- Lint code:
npm run ci:lint
- Format code:
npm run ci:format
Rest of scripts can be found in the root package.json
and in the package.json
of each workspace.
This project is open source under the MIT license, which means you have access to the source code and can use it all, except design, to fit your own needs but don't have access to deploy. Blog posts (and other written content) are under CC BY-SA 4.0.