More information at template.strct.net
- Copy and modify the .env.example file to .env
- run
npx tailwindcss-cli build -c ./templates/tailwind.config.js -o ./templates/style.css
- A docker-compose.yml file for a quick PostgreSQL database is provided in the root directory.
- "cargo run/build"
- Modify the
./templates/tailwind.config.js
file to enable purge - run
npx tailwindcss-cli build -c ./templates/tailwind.config.js -o ./templates/style.css
cargo run build --release
Message | Solution |
---|---|
couldn't read src\../templates/style.css: The system cannot find the file specified. (os error 2) |
You have to build the style.css file first. Check step 2 of the setup. |
Join the strct.net Discord server and you might get suspiciously fast replies