Add MaterializeCSS styles #1

Merged
ccm merged 6 commits from ccm-asset-pack-plugin into trunk 2026-07-31 03:07:34 +00:00
Showing only changes of commit 0b10386ec0 - Show all commits

View File

@@ -16,7 +16,13 @@ Visit `localhost:3000` with web browser.
## serve app with local changes ## serve app with local changes
$ docker run --rm -it -p 3000:3000 -v $PWD:/opt/app mojo_app ### install dependencies
$ docker run --rm -v $PWD:/opt/app --entrypoint carton mojo_app install
### start the server
$ docker run --rm -v $PWD:/opt/app -p 3000:3000 mojo_app
Visit `localhost:3000` with web browser. Changes should load when you reload Visit `localhost:3000` with web browser. Changes should load when you reload
the page, without having to restart the server. the page, without having to restart the server.