Metadata-Version: 2.1
Name: pwrdrvr.microapps.nextjsdemoappcdk
Version: 0.6.2
Summary: Release app for the MicroApps framework, by PwrDrvr LLC. Provides the ability to control which version of an app is launched.
Home-page: https://github.com/pwrdrvr/microapps-app-nextjs-demo
Author: PwrDrvr LLC
License: MIT
Project-URL: Source, https://github.com/pwrdrvr/microapps-app-nextjs-demo
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Typing :: Typed
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aws-cdk-lib (<3.0.0,>=2.24.1)
Requires-Dist: constructs (<11.0.0,>=10.0.5)
Requires-Dist: jsii (<2.0.0,>=1.52.1)
Requires-Dist: publication (>=0.0.3)

![Build/Deploy CI](https://github.com/pwrdrvr/microapps-app-nextjs-demo/actions/workflows/ci.yml/badge.svg) ![JSII](https://github.com/pwrdrvr/microapps-app-nextjs-demo/actions/workflows/jsii.yml/badge.svg) ![Release](https://github.com/pwrdrvr/microapps-app-nextjs-demo/actions/workflows/release.yml/badge.svg)

# Overview

This is the Release Console for the MicroApps framework.

# Development

* `nvm use`
* For Mac

  * Install Xcode
  * `xcode-select --install`
  * `brew install vips`
* `npm i`
* `npm run dev`
* Open in browser: `http://localhost:3000/nextjs-demo`

# Publish New Version of Microapp

See GitHub Actions workflows for example commands.


