https://github.com/linaro/works-on-woa
Website repository for worksonwoa.com
https://github.com/linaro/works-on-woa
Last synced: 8 months ago
JSON representation
Website repository for worksonwoa.com
- Host: GitHub
- URL: https://github.com/linaro/works-on-woa
- Owner: Linaro
- License: mit
- Created: 2023-07-06T07:01:15.000Z (almost 3 years ago)
- Default Branch: staging
- Last Pushed: 2025-03-18T20:07:00.000Z (about 1 year ago)
- Last Synced: 2025-04-02T05:07:36.714Z (about 1 year ago)
- Language: Astro
- Size: 8.59 MB
- Stars: 44
- Watchers: 9
- Forks: 31
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# "Works on Windows on Arm" website git repository
This repository is used to build `staging.worksonwoa.com` and, from there, `www.worksonwoa.com`.
The websites are built automatically when the staging and main branches are updated, as appropriate.
The staging branch is updated by:
- Forking this repository
- Making the changes you want to make
- Raising a pull request against the staging branch
- Waiting for a repository maintainer to review and approve your changes
Once the pull request is approved, your changes will be merged to the staging branch and published to staging.worksonwoa.com.
A repository maintainer can then merge all changes from staging to main in order to cause the main website to be updated and rebuilt.
## Contributing
Details of the schemas used in the application, game and user report files can be found by reading https://www.worksonwoa.com/en/contributing
## Questions?
If you have any questions about updating or building this website, please contact Linaro IT Support at [it-support@linaro.org](mailto:it-support@linaro.org).
## Developer Info
Running the site locally will require `Node.js` and the `yarn` package manager.
Install dependencies with `yarn install` then, to run the site locally, run `yarn start:build`. Press CTRL+C to stop the local web server when you have finished.
Start script may require additional flags: `NODE_OPTIONS=--experimental-wasm-modules IS_PUBLIC=true`