https://github.com/projectevergreen/projectevergreen.github.io
Repository for the Project Evergreen website
https://github.com/projectevergreen/projectevergreen.github.io
greenwood hacktoberfest static-site-generator webcomponents
Last synced: 8 months ago
JSON representation
Repository for the Project Evergreen website
- Host: GitHub
- URL: https://github.com/projectevergreen/projectevergreen.github.io
- Owner: ProjectEvergreen
- License: apache-2.0
- Created: 2018-05-21T16:24:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T22:32:13.000Z (almost 2 years ago)
- Last Synced: 2024-09-07T02:10:31.509Z (almost 2 years ago)
- Topics: greenwood, hacktoberfest, static-site-generator, webcomponents
- Language: JavaScript
- Homepage: https://projectevergreen.github.io
- Size: 3.49 MB
- Stars: 5
- Watchers: 6
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# projectevergreen.github.io
[](https://github.com/ProjectEvergreen/projectevergreen.github.io/tags)

[](https://github.com/ProjectEvergreen/projectevergreen.github.io/issues)
[](https://github.com/ProjectEvergreen/projectevergreen.github.io/issues)
[](https://raw.githubusercontent.com/ProjectEvergreen/projectevergreen.github.io/master/LICENSE.md)
## Development
Make sure you have [NodeJS](https://nodejs.org/) and [Yarn](https://yarnpkg.com/en/) installed.
### Workflows
Tasks to get you going working on this project:
- `yarn build` - build the app for production
- `yarn develop` - develop locally with live reload
- `yarn serve` - build the app and serve it locally (good for quick demos / debugging)
> _All PRs will have Netlify deploy previews setup and uses GitHub Actions for running all PRs through a Continuous Integration process._
### Misc
- Visual Studio Code has [an extension to support lit-html](https://marketplace.visualstudio.com/items?itemName=bierner.lit-html)
## Release Management
This project is managed as a [GitHub Page](https://pages.github.com/) using GitHub Actions to deploy it. Everything should [build and publish automatically](https://github.com/ProjectEvergreen/projectevergreen.github.io/actions/workflows/pages.yml) on each merge into master.