https://docs.openarm.dev/ is built using Docusaurus.
cd website
npm installcd website
npm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
You can enable preview on your fork by the following:
- Enable GitHub Pages on your fork:
- Open https://github.com/${YOUR_GITHUB_ACCOUNT}/openarm/settings/pages
- Select "GitHub Actions" as "Source"
- Accept publishing GitHub Pages from all branches on your fork:
- Open https://github.com/${YOUR_GITHUB_ACCOUNT}/openarm/settings/environments
- Select the "github-pages" environment
- Change the default "Deployment branches and tags" rule:
- Press the "Edit" button
- Change the "Name pattern" to
*frommain
You can preview your changes at https://${YOUR_GITHUB_ACCOUNT}.github.io/openarm/ .