Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 1.75 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.75 KB

projectevergreen.github.io

GitHub release CircleCI branch GitHub issues GitHub issues GitHub license

Development

Make sure you have NodeJS and Yarn 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

Release Management

This project is managed as a GitHub Page using GitHub Actions to deploy it. Everything should build and publish automatically on each merge into master.