You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Drew Bednar f6a8f32b1b Setup Tailwind 4 months ago
src Setup Tailwind 4 months ago
vendor/tailwind-cli Setup Tailwind 4 months ago
.gitattributes Setup Tailwind 4 months ago
Makefile Setup Tailwind 4 months ago
README.md Setup Tailwind 4 months ago
tailwind.config.js Setup Tailwind 4 months ago

README.md

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