Skip to content

softika/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Softika Website (Vite + Vanilla JS)

Setup

Install dependencies:

npm install

Environment Variables

Create a .env file with:

VITE_RECAPTCHA_V3_SITE_KEY=...
VITE_EMAILJS_SERVICE_ID=...
VITE_EMAILJS_TEMPLATE_ID=...
VITE_EMAILJS_PUBLIC_KEY=...

Development

Run a local dev server:

npm run dev

Production Build

Build static assets:

npm run build

Preview the production bundle locally:

npm run preview

About

Softika website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors