Skip to content

Commit

Permalink
chore/updates for new Greenwood website (#3)
Browse files Browse the repository at this point in the history
* updates for new website

* updates for new website
  • Loading branch information
thescientist13 authored Nov 7, 2024
1 parent 2d1a5cc commit 3e1c88c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# greenwood-demo-adapter-aws

A demonstration repo for using Greenwood with AWS S3 + Cloudfront and Lambda for APIs and SSR pages and used in part of crafting the design for [introducing platform "adapters" into Greenwood](https://github.com/ProjectEvergreen/greenwood/issues/1008). It also takes reference from [this repo / presentation](https://github.com/thescientist13/web-components-at-the-edge/) for some earlier prototypes for server rendering Web Components.
A demonstration repo for deploying a full-stack [**Greenwood**](https://www.greenwoodjs.dev/) app with AWS static hosting and serverless functions.

> ⚠️ _**Note**: Currently this repo is a WIP_
> ⚠️ _**Note**: This repo is currently a [work in progress](https://github.com/ProjectEvergreen/greenwood/issues/1142)_
## Setup

Expand All @@ -16,7 +16,7 @@ You can now run these npm scripts locally:

## Demo

This repo aims to demonstrate a couple of Greenwood's features ([API Routes](https://www.greenwoodjs.io/docs/api-routes/) and [SSR pages](https://www.greenwoodjs.io/docs/server-rendering/#routes)) leveraging Netlify's serverless and edge function capabilities, focused on using Web Components (WCC) and Web Standards to deliver the content for the demo.
This repo aims to demonstrate a couple of Greenwood's features ([API Routes](https://www.greenwoodjs.dev/docs/pages/api-routes/) and [SSR pages](https://www.greenwoodjs.dev/docs/pages/server-rendering/)) leveraging Netlify's serverless and edge function capabilities, focused on using Web Components (WCC) and Web Standards to deliver the content for the demo.

## Status

Expand Down
2 changes: 1 addition & 1 deletion src/layouts/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1>Demos</h1>
</main>

<footer>
<a href="https://www.greenwoodjs.io/">Greenwood</a>
<a href="https://www.greenwoodjs.dev/">Greenwood</a>
</footer>

<app-modal></app-modal>
Expand Down

0 comments on commit 3e1c88c

Please sign in to comment.