Skip to content

samuelkrupik/samuelkrupik-front

Repository files navigation

Frontend - samuelkrupik website

Live webite can be found at samuelkrupik.samedia.sk

Local installation

Prerequisites

  • Node Js
  • NPM

Learn how to install here

Clone repository

git clone https://github.com/samuelkrupik/samuelkrupik-front.git samuelkrupik
cd samuelkrupik

Project setup

npm install

Change backend environment variable

Since website uses external API, you need to assign its domain to operate properly.\ To do this open .env.development file and set VUE_APP_BACKEND to https://samuelkrupik-api.samedia.sk

Compile and serve

npm run serve