An open API service indexing awesome lists of open source software.

https://github.com/darklang/darklang.com

Public-facing website
https://github.com/darklang/darklang.com

Last synced: 6 months ago
JSON representation

Public-facing website

Awesome Lists containing this project

README

          

# darklang.com

[Darklang homepage](https://darklang.com)

[![Ceasefire Now](https://badge.techforpalestine.org/ceasefire-now)](https://techforpalestine.org/learn-more)

## Notice

We're winding down the publicly-hosted instance of Dark-Classic.
Read more [here](https://blog.darklang.com/winding-down-darklang-classic).

## 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