Skip to content

gdi-modularity-my-pages-about-me 1.0.5

Install from the command line:
Learn more about npm packages
$ npm install @helsingborg-stad/gdi-modularity-my-pages-about-me@1.0.5
Install via package.json:
"@helsingborg-stad/gdi-modularity-my-pages-about-me": "1.0.5"

About this version

GDI Modularity My Pages About Me

Modularity Module that allows authenticated users to manage contact details. This is a React app wrapped within a Wordpress plugin as a Modularity module.

Getting started

# clone repo into wp-content/plugins folder
git clone https://github.com/helsingborg-stad/gdi-modularity-my-pages-about-me.git

# install composer dependencies
composer install

# install npm dependencies
yarn

# build scripts
yarn build

# watch scripts (for development)
yarn watch

# activate wordpress plugin (using wp-cli)
wp plugin activate gdi-modularity-my-pages-about-me --url=example.local

# configure api endpoint (using wp-cli)
wp option update options_about_me_api_uri http://localhost:3000/api/v1/aboutme --url=example.local

Getting started (Headless without Wordpress)

This plugin can be run without Wordpress (for development).

# install dependencies
yarn

# copy example env 
cp .env.example .env

# start web server
yarn start

Details


Assets

  • gdi-modularity-my-pages-about-me-1.0.5.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all