diff --git a/README.md b/README.md index 63a86dc..be58fda 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # 10x mutual aid -A prototype website for the 10x project bringing mutual aid to underserved communities for post disaster rebuilding. View the website [here](https://federalist-fc42b3e8-1d7d-4650-b068-c0c57c55dcfd.sites.pages.cloud.gov/site/gsa-tts/10x-mutual-aid/). +A prototype website for the 10x project bringing mutual aid to underserved communities for post disaster rebuilding. [View the latest deployment of the website.](https://federalist-fc42b3e8-1d7d-4650-b068-c0c57c55dcfd.sites.pages.cloud.gov/site/gsa-tts/10x-mutual-aid/). + +This prototype uses a Static Site Generator (SSG) called Eleventy (11ty). It was generated from [pages-uswds-11ty](https://github.com/cloud-gov/pages-uswds-11ty) by a Cloud.gov Pages template setup process. ## Running the prototype locally -Requires Node.js and npm +Requires Node.js and npm to run. Node v20.11.0 is confirmed to work, and probably other versions work as well. 1. Install dependencies: `npm install` 2. Runn a local server: `npm run dev` @@ -12,7 +14,7 @@ Requires Node.js and npm ## Deploying the prototype -The software is deployed to Cloud.gov Pages automatically upon commiting code to the `main` Git branch The most recent deployment will live at this URL: +The software is deployed to Cloud.gov Pages (previously known as Federalist) automatically upon commiting code to, or merging a branch into, the `main` Git branch. Deployment takes a couple of minutes, after which the most recent deployment will live at this URL: [https://federalist-fc42b3e8-1d7d-4650-b068-c0c57c55dcfd.sites.pages.cloud.gov/site/gsa-tts/10x-mutual-aid/](https://federalist-fc42b3e8-1d7d-4650-b068-c0c57c55dcfd.sites.pages.cloud.gov/site/gsa-tts/10x-mutual-aid/) diff --git a/posts/2019-01-13-an-extra.md b/state/2019-01-13-an-extra.md similarity index 100% rename from posts/2019-01-13-an-extra.md rename to state/2019-01-13-an-extra.md diff --git a/posts/2020-01-15-second-post.md b/state/2020-01-15-second-post.md similarity index 100% rename from posts/2020-01-15-second-post.md rename to state/2020-01-15-second-post.md diff --git a/posts/2021-01-16-third-post.md b/state/2021-01-16-third-post.md similarity index 100% rename from posts/2021-01-16-third-post.md rename to state/2021-01-16-third-post.md diff --git a/posts/2022-01-14-hello-world.md b/state/2022-01-14-hello-world.md similarity index 100% rename from posts/2022-01-14-hello-world.md rename to state/2022-01-14-hello-world.md diff --git a/blog/index.html b/states/index.html similarity index 100% rename from blog/index.html rename to states/index.html