Adding Heroku information (#13)
This commit is contained in:
Родитель
283728c726
Коммит
e3ce28bde9
10
README.md
10
README.md
|
@ -4,6 +4,16 @@
|
|||
|
||||
A collection of easy-to-digest code examples for Lightning Web Components Open Source. Each recipe demonstrates how to code a specific task in 30 lines of code or less. A View Source link takes you right to the code in GitHub. From Hello World to data access and third-party libraries, there is a recipe for that!
|
||||
|
||||
## Recipes Live Version
|
||||
|
||||
Check out [https://lwc-recipes-oss.herokuapp.com](https://lwc-recipes-oss.herokuapp.com) live on Heroku.
|
||||
|
||||
## Deploy to Heroku
|
||||
|
||||
If you want to deploy LWC Recipess OSS to Heroku - there's a button for that.
|
||||
|
||||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
|
||||
|
||||
## Local Development
|
||||
|
||||
1. Clone the `lwc-recipes-oss` repository:
|
||||
|
|
1
app.json
1
app.json
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "lwc-recipes-oss",
|
||||
"description": "Config for Heroku Pipelines and Review Apps",
|
||||
"repository": "https://github.com/trailheadapps/lwc-recipes-oss",
|
||||
"scripts": {},
|
||||
"env": {
|
||||
"NODE_ENV": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче