Skip to content

SeoulSKY/SeoulSKY.github.io

Repository files navigation

hero

SeoulSKY

nodejs lint

How to Setup Development Environment

  • Install Node.js
  • Install required node packages
npm install
  • Create a .env file, copy and paste all contents from the .env.example file, and fill in the values

Description of Environment Variables

Name Description
VITE_EMAILJS_PUBLIC_KEY Public Key for EmailJS
VITE_EMAILJS_TEMPLATE_ID Template ID for EmailJS

How to Run

Run the following command

npm start

How to Deploy to GitHub Pages

Run the following command to build and deploy

npm run deploy