Our new, JAMstack powered website using the Vue based Gridsome static site generator.
- Clone the project.
- Install nvm: https://github.com/nvm-sh/nvm
- Run
nvm install 12.22.12 - Run
nvm use npm installinside the project directory to install dependencies.npm run developto spin up a local dev environment.
- Clone the project
docker build -t my-gridsome-app .to create the docker imagedocker run -p 8080:8080 my-gridsome-appto run the container