# Runcible Web Is the home of the Runcible website and marketing materials ## Development ### Installing Development Dependencies #### Tailwind The project uses the [Tailwind CSS Standalone executable](https://tailwindcss.com/blog/standalone-cli). Copies of these binaries are stored using git lfs in `./vendor/tailwind-cli`. Ensure the tailwind binary is installed in your system `PATH`. Update your `~/.bashrc` accordingly ``` cp ./vendor/tailwind-cli/tailwindcss-3-4-13-linux-x64 ${HOME}/usr/local/bin/tailwind chmod +x ${HOME}/usr/local/bin/tailwind tailwind version ```