A handbook for people working on the Planning Data service.
- Install Node.js v18.17 or later.
- Clone or download this repository.
- In the
service-handbook
directory, runmake init
. - Run
make serve
.
If you want to contribute using GitHub Codespaces, follow these steps:
-
Open the Repository in GitHub
Go to the repository page on GitHub. -
Create a Codespace
Click the green Code button, then select Create codespace on main (or your chosen branch). -
Wait for Setup
GitHub will automatically set up your development environment. This may take a few minutes. -
Install Dependencies
In the Codespaces terminal, run:make init
-
Start the Development Server
In the terminal, run:make serve
-
Make Contributions
- Edit files as needed.
- Use
git
commands in the terminal to commit and push your changes. - Open a Pull Request on GitHub to propose your changes.
Tip: Codespaces comes with Node.js pre-installed, so you don't need to install it manually.