A training on how to create your own website using Volto is available as part of the Plone training at https://training.plone.org/5/volto/index.html⁠.
Install nvm
touch ~/.bash_profile
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash
source ~/.bash_profile
nvm version
Install latest Node.js LTS (16.x):
nvm install 16
nvm use 16
node -v
v16.13.1
Install yarn
curl -o- -L https://yarnpkg.com/install.sh | bash
yarn -v
Clone:
git clone https://github.com/eea/ims-frontend.git
cd ims-frontend
Start backend and check logs for application ready message
docker-compose up -d
docker-compose logs -f
Build resources if you run frontend in production mode
yarn build
Start frontend in production mode
yarn start:prod
Start frontend in develo
Content type
Image
Digest
sha256:85877f241…
Size
327.6 MB
Last updated
about 3 years ago
Requires Docker Desktop 4.37.1 or later.