- 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
Name | Description |
---|---|
VITE_EMAILJS_PUBLIC_KEY | Public Key for EmailJS |
VITE_EMAILJS_TEMPLATE_ID | Template ID for EmailJS |
Run the following command
npm start
Run the following command to build and deploy
npm run deploy