Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.6 KB

readme.md

File metadata and controls

36 lines (22 loc) · 1.6 KB

whatislove.dev's websites

Continuous Integration Continuous Delivery

This repository is responsible for the whatislove.dev's websites.

Workspaces

  • shared – reusable code parts between apps.

Requirements

Base Scripts

  • 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.

License

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.