mirror of
https://github.com/godotengine/doc-status.git
synced 2025-12-31 13:48:23 +03:00
Add setup instructions for local development
This commit is contained in:
14
README.md
14
README.md
@@ -4,6 +4,20 @@ View the completion status of the Godot class reference (updated daily).
|
||||
|
||||
## [View](https://godotengine.github.io/doc-status/)
|
||||
|
||||
## Development
|
||||
|
||||
Follow these instructions to set up this site locally for development purposes:
|
||||
|
||||
- [Install Hugo](https://gohugo.io/getting-started/installing/) for your
|
||||
operating system.
|
||||
- Run the `build.sh` script to clone the Godot repository, generate a Markdown
|
||||
file and build the website.
|
||||
- On Windows 10, you should be able to run this script using the WSL.
|
||||
- Run `hugo server` while working on the website CSS/JavaScript. The local
|
||||
server will reload automatically on file changes.
|
||||
- If you need to regenerate `content/_index.md`, run `build.sh` again. You can
|
||||
do this while having the development server running.
|
||||
|
||||
## License
|
||||
|
||||
- Copyright (c) 2007-2020 Juan Linietsky, Ariel Manzur.
|
||||
|
||||
Reference in New Issue
Block a user