Skip to content

ieee-ihuthess/sb-website

Repository files navigation

IEEE Student Branch - IHU Thessaloniki Website

Our new, JAMstack powered website using the Vue based Gridsome static site generator.

Development environment instructions

  1. Clone the project.
  2. Install nvm: https://github.com/nvm-sh/nvm
  3. Run nvm install 12.22.12
  4. Run nvm use
  5. npm install inside the project directory to install dependencies.
  6. npm run develop to spin up a local dev environment.

Development with docker

  1. Clone the project
  2. docker build -t my-gridsome-app . to create the docker image
  3. docker run -p 8080:8080 my-gridsome-app to run the container