Skip to content

Files

Latest commit

a7f850c · Jun 16, 2025

History

History
26 lines (15 loc) · 711 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 711 Bytes

darklang.com

Darklang homepage

Ceasefire Now

Notice

We're winding down the publicly-hosted instance of Dark-Classic. Read more here.

Start the Tailwind CLI build process

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

After that, you'll need to host the static assets with a server. We typically use the VS Code "Live Server" extension.

Formatting

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

To check it: npx prettier --check .

Formatting is checked in CI