chromeos / chromeos.dev

chromeOS.dev is the digital home for all things ChromeOS. Learn how to adapt and optimize your existing apps to work on ChromeOS, the success other companies have had doing so, how to use ChromeOS as your developer machine, and keep up-to-date with the latest on ChromeOS.
https://chromeos.dev
Apache License 2.0
240 stars 80 forks source link

Add way to do local dev offline for site #759

Open Snugug opened 2 months ago

Snugug commented 2 months ago

Description

Currently, you need to have Sanity API access to contribute to site. This is not ideal for open source development.

Suggested solution

Whenever there's a build, also provide an archive of the most recent pull from Sanity and make it available, maybe as a release, and add a codepath to allows https://github.com/chromeos/chromeos.dev/blob/main/site/lib/sanity.ts to switch to use that archive instead.

Alternative

No response

Additional context

No response

Validations