1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00

chore: fix some imperfections

This commit is contained in:
divlo 2021-06-13 01:53:13 +02:00
parent 60f966c493
commit 6950286eec
3 changed files with 22 additions and 16 deletions

View File

@ -1,11 +1,4 @@
<!--
Please first discuss the change you wish to make via issue before making a change. It might avoid a waste of your time.
Before submitting your contribution, please take a moment to review this document:
https://github.com/Divlo/Divlo/blob/master/.github/CONTRIBUTING.md
-->
<!-- Please first discuss the change you wish to make via issue before making a change. It might avoid a waste of your time. -->
## What changes this PR introduce?

View File

@ -2,13 +2,12 @@ name: 'Divlo'
on:
push:
branches: [master]
branches: [master, develop]
pull_request:
branches: [master]
branches: [master, develop]
jobs:
analyze:
name: 'Analyze'
runs-on: 'ubuntu-latest'
strategy:
@ -35,7 +34,7 @@ jobs:
- name: 'Use Node.js'
uses: 'actions/setup-node@v2.1.5'
with:
node-version: '14.x'
node-version: '16.x'
- name: 'Cache dependencies'
uses: 'actions/cache@v2.1.6'
@ -60,7 +59,7 @@ jobs:
- name: 'Use Node.js'
uses: 'actions/setup-node@v2.1.5'
with:
node-version: '14.x'
node-version: '16.x'
- name: 'Cache dependencies'
uses: 'actions/cache@v2.1.6'
@ -85,7 +84,7 @@ jobs:
- name: 'Use Node.js'
uses: 'actions/setup-node@v2.1.5'
with:
node-version: '14.x'
node-version: '16.x'
- name: 'Cache dependencies'
uses: 'actions/cache@v2.1.6'
@ -109,7 +108,7 @@ jobs:
- name: 'Use Node.js'
uses: 'actions/setup-node@v2.1.5'
with:
node-version: '14.x'
node-version: '16.x'
- name: 'Cache dependencies'
uses: 'actions/cache@v2.1.6'

View File

@ -49,6 +49,11 @@ Scopes define what part of the code changed.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Divlo/Divlo)
### Prerequisites
- [Node.js](https://nodejs.org/) >= 16
- [npm](https://www.npmjs.com/) >= 7
### Installation
```sh
@ -60,9 +65,18 @@ cd Divlo
# Configure environment variables
cp .env.example .env
# Install
npm install
```
### Development environment with [Docker](https://www.docker.com/)
### Local Development environment
```sh
npm run dev
```
### Production environment with [Docker](https://www.docker.com/)
```sh
# Setup and run all the services for you