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 install
inside the project directory to install dependencies.npm run develop
to 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-app
to run the container