Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/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.