Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linaro/works-on-woa
Website repository for worksonwoa.com
https://github.com/linaro/works-on-woa
Last synced: about 4 hours 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 (over 1 year ago)
- Default Branch: staging
- Last Pushed: 2024-11-13T13:32:03.000Z (4 days ago)
- Last Synced: 2024-11-13T14:31:31.493Z (4 days ago)
- Language: TypeScript
- Size: 7.55 MB
- Stars: 37
- Watchers: 7
- Forks: 24
- Open Issues: 0
-
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 changesOnce 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/contributing
## Questions?
If you have any questions about updating or building this website, please contact Linaro IT Support at [[email protected]](mailto:[email protected]).
## 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.