This package has been deprecated

Author message:

Package has migrated to @pldn/ldwizard

@netwerkdigitaalerfgoed/ldwizard

1.1.3 • Public • Published

LD Wizard Core

This repository implements the LD Wizard design document. This repository is intended for LD Wizard Core developers. Users that want to configure their own LD Wizard application should follow these instructions.

1. Develop the code locally

Perform the following steps in order to develop LD Wizard Core locally:

  1. Install Node.js and Yarn.

    On Ubuntu this is done with the following commands. Check the project websites for installation on other operating systems.

    curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
    curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
    echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
    sudo apt update
    sudo apt install nodejs yarn
  2. Clone this repository and go into its root directory.

  3. Run yarn to install the dependencies.

  4. Run yarn dev to start the LD-wizard in local development with the default configuration.

  5. Visit http://localhost:4000 in a web browser.

2. Publish a new version

The following command publishes a new version of the LD Wizard Core:

yarn build && yarn publish

Readme

Keywords

none

Package Sidebar

Install

npm i @netwerkdigitaalerfgoed/ldwizard

Weekly Downloads

11

Version

1.1.3

License

TBD

Unpacked Size

1.3 MB

Total Files

138

Last publish

Collaborators

  • mightymax
  • ennomeijers
  • laurens.rietveld
  • triply-support