presentations/taking-flight-with-tailwind-css/demo/phpnw
2025-10-02 23:45:34 +01:00
..
app/config Move all files to taking-flight-with-tailwind-css/demo/phpnw/ 2025-10-02 23:45:34 +01:00
source Move all files to taking-flight-with-tailwind-css/demo/phpnw/ 2025-10-02 23:45:34 +01:00
.editorconfig Move all files to taking-flight-with-tailwind-css/demo/phpnw/ 2025-10-02 23:45:34 +01:00
.gitignore Move all files to taking-flight-with-tailwind-css/demo/phpnw/ 2025-10-02 23:45:34 +01:00
composer.json Move all files to taking-flight-with-tailwind-css/demo/phpnw/ 2025-10-02 23:45:34 +01:00
composer.lock Move all files to taking-flight-with-tailwind-css/demo/phpnw/ 2025-10-02 23:45:34 +01:00
README.md Move all files to taking-flight-with-tailwind-css/demo/phpnw/ 2025-10-02 23:45:34 +01:00

sculpin-talk-demo

A demonstration Sculpin website, generated from my Sculpin Skeleton project.

Running locally

The easiest way to run the site locally is by using my Sculpin Serve docker image:

docker run --rm -it \
    -p 8000:8000 \
    -v $(pwd):/app \
    --name sculpin-demo \
    opdavies/sculpin-serve

This will install the Composer dependencies, generate and serve the site at http://localhost:8000, and automatically re-generate the site if any changes are made.