Skip to content

Commit

Permalink
update for new website domain
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Nov 6, 2024
1 parent 328b232 commit 3a1aeb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# greenwood-getting-started

[![Netlify Status](https://api.netlify.com/api/v1/badges/19b4e439-7f3b-41a2-a6f7-754647d6d5bc/deploy-status)](https://app.netlify.com/sites/vigorous-williams-62bdb4/deploys)

## Overview
Companion repository for Greenwood's [Getting Started](https://www.greenwoodjs.io/getting-started) guide. See it live in [Stackblitz](https://stackblitz.com/github/projectevergreen/greenwood-getting-started?embed=1)! ⚡

Companion repository for Greenwood's [Getting Started guide](https://www.greenwoodjs.dev/guides/getting-started/). See it live in [Stackblitz](https://stackblitz.com/github/projectevergreen/greenwood-getting-started?embed=1)! ⚡

![getting-started-screenshot](https://s3.amazonaws.com/hosted.greenwoodjs.io/getting-started-repo-styled.png)

## Development

1. Clone the repo
1. Run `npm install`
1. Have the latest NodeJS LTS installed (or run `nvm use`)
1. Run `npm ci`

### Workflows
- `npm start` - Runs `greenwood develop`
- `npm run build` - Runs `greenwood build`
- `npm run serve` - Runs the build and starts up a local web server at `localhost:8000`

- `npm run dev` - Start the local development server
- `npm run serve` - Generate a production build and serve it locally
2 changes: 1 addition & 1 deletion src/components/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class FooterComponent extends HTMLElement {
</style>
<footer class="footer">
<h4>
<a href="https://www.greenwoodjs.io/">My Blog &copy;${year} &#9672 Built with GreenwoodJS</a>
<a href="https://www.greenwoodjs.dev/">My Blog &copy;${year} &#9672 Built with GreenwoodJS</a>
</h4>
</footer>
`;
Expand Down

0 comments on commit 3a1aeb0

Please sign in to comment.