Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 660 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 660 Bytes

CapyBastr

  1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
  2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
  3. Run the following command in the root of the project to start the tailwind CSS compiler:
npx tailwindcss -i ./input.css -o ./public/tailwind.css --watch

Install LLVM via Homebrew:

brew install llvm

Add the Homebrew-installed LLVM to your PATH environment variable:

echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> ~/.zshrc

Install dioxus cli:

cargo install [email protected]

Launch the Dioxus Fullstack app:

dx serve