jakubmanczak 8d9473dea1
All checks were successful
arche-build-and-publish / gractwo-arche-build-test (push) Successful in 12s
fix token passing
2026-03-29 22:13:36 +02:00
2026-03-29 22:13:36 +02:00
2026-03-29 17:59:08 +02:00
2025-11-14 16:59:47 +01:00
2025-10-09 09:45:43 +02:00

arche
=====

Regarding /web/styles.css

    The styles.css file, which is generated by a standalone Tailwind binary downloaded and executed automatically within build.rs, is to be committed any time it changes, as without it styling will be broken on the frontend part of the page.

    This is in contrast to a perhaps expected approach of gitignoring them and just generating them every build; this is incompatible with building docker images in an efficient way, however, as docker exposes no way to mount directories while retaining ability to write files and execute binaries.
Description
The first principle from which all others are derived. Encompasses the website, api and bots.
https://gractwo.pl
Readme 366 KiB
Languages
Rust 67.3%
HTML 22.6%
Dockerfile 5.5%
CSS 4.6%