1.1.3 • Published 2 years ago

@netwerkdigitaalerfgoed/ldwizard v1.1.3

Weekly downloads
105
License
TBD
Repository
-
Last release
2 years ago

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
1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago