Skip to content

Commit 718cd05

Browse files
committed
docs: sync documentation from BetterGov repository [skip ci]
1 parent 8bdce01 commit 718cd05

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

content/docs/getting-started.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ If you're interested in contributing, please reach out to us at [volunteers@bett
5959

6060
## Code of Conduct
6161

62-
We are committed to fostering a welcoming and respectful community.
62+
We are committed to fostering a welcoming and respectful community.
6363
Please read our [Code of Conduct](https://github.com/bettergovph/bettergov/blob/main/CODE_OF_CONDUCT.md) before participating.
6464

6565
## Contributing
6666

67-
We welcome contributions from everyone!
67+
We welcome contributions from everyone!
6868
Please see our [Contributing Guide](/docs/contributing) for details on:
6969

7070
- Development setup
@@ -83,6 +83,12 @@ npm run dev
8383

8484
**Access the application at:** `http://localhost:5173`
8585

86+
## GitHub Codespaces
87+
88+
You may use GitHub Codespaces for an instant development environment with dependencies automatically installed for you.
89+
90+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/bettergovph/bettergov?quickstart=1)
91+
8692
## Docker
8793

8894
This project includes Docker support for easy deployment and consistent environments.
@@ -120,7 +126,7 @@ docker-compose down
120126

121127
## Testing
122128

123-
This project uses Playwright for end-to-end testing.
129+
This project uses Playwright for end-to-end testing.
124130
For setup instructions, coverage details, and examples, see our [Testing Guide](/docs/contributing/testing).
125131

126132
## Contributing

0 commit comments

Comments
 (0)