gu-gridh / norfam-frontend

Vue frontend for Nordisk familjebok
0 stars 0 forks source link

norfam-frontend

This is the frontend of the Nordisk Familjebok website at https://nordiskfamiljebok.dh.gu.se/

Development

git clone --recurse-submodules git@github.com:CDH-DevTeam/norfam-frontend
cd norfam-frontend
nvm use 12
yarn install
yarn serve

If you missed the --recurse-submodules above, just do git submodule update --init before yarn install.

GUI Template

The CDH GUI template is included as a Git submodule, "pinned" at a specific commit.

To checkout the specified commit:

git submodule update

To update to the latest pushed commit:

git submodule update --remote