Skip to content
Snippets Groups Projects
Commit d1cc5c34 authored by David Trattnig's avatar David Trattnig
Browse files

docs: new targets and config

parent 0c85f090
No related branches found
No related tags found
1 merge request!1Local settings via JSON and initial use of Context API
Pipeline #2678 passed
......@@ -52,7 +52,7 @@ Provided components:
9. [Episode](#episode)
1. [Episode Detail Component](#episode-detail-component)
10. [Category](#category)
1. [Category List Component](#category-list-component)
1. [Category List Component](#category-list-component)
3. [Progressive Web App](#progressive-web-app)
1. [Service Worker](#service-worker)
2. [Manifest](#manifest)
......@@ -435,32 +435,36 @@ If these steps do not work as described you'll need to ensure that either your c
### Install
```bash
npm install
make init.dev
```
Now edit the `settings.json` located in the `config` folder.
### Run
To start the development server execute
```bash
./run.sh
make run
```
or
## Production
Before building the production bundle, initialize the app environment.
```bash
./run.sh dev
make init.app
```
## Production
Then edit the `settings.json` located in the `config` folder.
To build the components for production run
```bash
./run.sh build
make dist
```
The resulting build artifacts are located in `public/build`.
The resulting build artifacts are located in `dist`.
Now include the bundle in your theme, template, dependency management system or however your website is organized:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment