Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 418 Bytes

File metadata and controls

25 lines (17 loc) · 418 Bytes

UEBERBIT.dev

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.

Setup

Drupal

Install drupal site:

drush si --existing-config

Custom Elements Theme

# install dependencies.
pnpm i

# prod build.
pnpm build

# dev build.
pnpm dev