This website will become a collection of communication and recruiting tools. It aims to be a point of contact for new customers and developers, who are interested recent DEV topics and excellent tech.
Install drupal site:
drush si --existing-config
# install dependencies.
pnpm i
# prod build.
pnpm build
# dev build.
pnpm dev