Skip to content

darklang/darklang.com

Repository files navigation

darklang.com

Darklang homepage

Ceasefire Now

Formatting

To format, use VSCode Prettier extension, or run: npx prettier --write .

To check it: npx prettier --check .

Formatting in checked in CI

Start the Tailwind CLI build process

To build and watch the CSS, use the following command: npm run dev