Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 439 Bytes

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