Skip to content

Commit

Permalink
yarn bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Jun 17, 2021
1 parent 5a84a5d commit ecae0bf
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 453 deletions.
13 changes: 7 additions & 6 deletions DEVELOP.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# volto-addon-template
# volto-depiction

## Develop

Expand All @@ -10,15 +10,15 @@ Before starting make sure your development environment is properly set. See [Vol

1. Create new volto app

yo @plone/volto my-volto-project --addon @eeacms/volto-addon-template --skip-install
yo @plone/volto my-volto-project --addon @eeacms/volto-depiction --skip-install
cd my-volto-project

1. Add the following to `mrs.developer.json`:

{
"volto-addon-template": {
"url": "https://github.com/eea/volto-addon-template.git",
"package": "@eeacms/volto-addon-template",
"volto-depiction": {
"url": "https://github.com/eea/volto-depiction.git",
"package": "@eeacms/volto-depiction",
"branch": "develop",
"path": "src"
}
Expand Down Expand Up @@ -48,4 +48,5 @@ Before starting make sure your development environment is properly set. See [Vol

1. Happy hacking!

cd src/addons/volto-addon-template/
cd src/addons/volto-depiction/
/addons/volto-addon-template/
51 changes: 0 additions & 51 deletions DEVELOP.md.tpl

This file was deleted.

4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent any

environment {
GIT_NAME = "volto-addon-template"
GIT_NAME = "volto-depiction"
NAMESPACE = "@eeacms"
SONARQUBE_TAGS = "volto.eea.europa.eu"
DEPENDENCIES = ""
Expand Down Expand Up @@ -207,3 +207,5 @@ pipeline {
}
}
}
}
}
209 changes: 0 additions & 209 deletions Jenkinsfile.tpl

This file was deleted.

3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL=/bin/bash

DIR=$(shell basename $$(pwd))
ADDON ?= "@eeacms/volto-addon-template"
ADDON ?= "@eeacms/volto-depiction"

# We like colors
# From: https://coderwall.com/p/izxssa/colored-makefile-for-golang-projects
Expand Down Expand Up @@ -37,3 +37,4 @@ start-backend-docker: ## Starts a Docker-based backend
.PHONY: help
help: ## Show this help.
@echo -e "$$(grep -hE '^\S+:.*##' $(MAKEFILE_LIST) | sed -e 's/:.*##\s*/:/' -e 's/^\(.\+\):\(.*\)/\\x1b[36m\1\\x1b[m:\2/' | column -c2 -t -s :)"
:)"
39 changes: 0 additions & 39 deletions Makefile.tpl

This file was deleted.

Loading

0 comments on commit ecae0bf

Please sign in to comment.