-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started
Isaac edited this page Jul 22, 2026
·
2 revisions
This section covers everything needed before you edit the website.
Follow Local Setup to:
- understand which programs the project uses;
- download the repository;
- install the project's packages;
- open a private local copy of the website.
You normally complete local setup only once.
Follow Development Workflow each time you work on the website. It explains branches, previews, reviewing changed files, and what to do before opening a pull request.
- To find a file, use Repository Structure.
- To change visitor-facing content, use the Edit content section in the sidebar.
- To change CSS or JavaScript, use Styling and Interactions.
- When the change is ready, use Testing and Deployment.
Next: Local Setup