Files
leptos-book/.devcontainer/book.sh
Jedd Dryden 0b2d6a9c23 Dev Container Implementation and README.md Updates (#47)
* Implemented Dev Container

* Added extra extensions

* Improved `README.md`

* Typo

* Update .devcontainer/Dockerfile

Co-authored-by: Toby Scott <hi@tobyscott.dev>

* Update README.md

Co-authored-by: Toby Scott <hi@tobyscott.dev>

* Update README.md

Co-authored-by: Toby Scott <hi@tobyscott.dev>

* Update README.md

Co-authored-by: Toby Scott <hi@tobyscott.dev>

* Update README.md

Co-authored-by: Toby Scott <hi@tobyscott.dev>

* Update README.md

Co-authored-by: Toby Scott <hi@tobyscott.dev>

* Update Dockerfile

---------

Co-authored-by: Toby Scott <hi@tobyscott.dev>
2024-02-13 15:06:42 -08:00

5 lines
148 B
Bash
Executable File

#!/bin/bash
# This script is executed from the root of the repository in the book container.
# Serve the MDBook
mdbook serve -n '0.0.0.0' -p '3000'