Skip to content

Website of the Operate First initiative

Notifications You must be signed in to change notification settings

operate-first/operate-first.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce07467 Â· Jun 6, 2023
Aug 1, 2022
May 25, 2023
Jun 20, 2022
May 17, 2023
May 13, 2022
Apr 27, 2022
Jul 22, 2022
Aug 17, 2022
May 21, 2023
Apr 27, 2022
Apr 27, 2022
May 21, 2023
Jun 20, 2022
Jul 22, 2022
Nov 10, 2022
Jun 6, 2023
Jun 6, 2023
Apr 27, 2022

Repository files navigation

Operate First Website Image

Website Deploy Operate First GH Pages

This repository contains some content and the code to build the operate-first.cloud website. It is based on Gatsby and can be deployed to GitHub Pages.

Local Development

You can run the app locally to preview your changes. In terminal:

npm install
npm run develop

In case of stale cache or errors, please try:

npm run clean

Previewing your changes on GitHub pages

We use Netlify to preview PR changes. Each PR will show a Netlify check that can be used to access a dynamically generated build and deployment of that PR.

Manual Site Deployment (Production GitHub Pages)

CI will deploy to GitHub pages automatically on every push to default branch as well on daily schedule. You can trigger a new build manually if you have write permissions on this repo by simply clicking Run workflow button on the CI workflow details screen here.

image

Fully manual build is possible by issuing following commands (requires write access to the repo):

npm install
npm deploy

Resources

If you wish to understand the codebase better and the technologies we use then here are some useful links!