Skip to content

Commit

Permalink
Rename blog to states, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jskinne3 committed Jan 18, 2024
1 parent f628ce1 commit f8439b8
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# 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`
3. Visit [http://localhost:8080/](http://localhost:8080/)

## 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/)

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f8439b8

Please sign in to comment.