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
- Host: GitHub
- URL: https://github.com/darklang/darklang.com
- Owner: darklang
- Created: 2023-03-27T15:15:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T15:48:33.000Z (6 months ago)
- Last Synced: 2025-07-14T18:32:11.566Z (6 months ago)
- Language: HTML
- Homepage: https://darklang.com
- Size: 8.04 MB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# darklang.com
[Darklang homepage](https://darklang.com)
[](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