--- title: "View the documentation" weight: 72 --- The Hugo created website is viewable locally by running the **Hugo** server. ## Run the Hugo server Run this command. ```bash hugo server ``` >Remember to keep this terminal window open, otherwise the server will terminate. > >You may want to add this to your startup script ## View the documentation You can now view the documentation by using this URL. [http://localhost:1313/](http://localhost:1313/)