mirror of
https://github.com/leptos-rs/book.git
synced 2025-12-27 07:35:38 -05:00
* 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>
5 lines
148 B
Bash
Executable File
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' |