This repository contains the frontend application for the eSIM Myanmar website. It is a Vite + React application.
Node.js LTS (install from https://nodejs.org)
npm install
Set the GEMINI_API_KEY in .env.local to your Gemini API key
npm run dev
Node.js LTS
npm ci
npm run dev
npm run build
This project uses GitHub Actions to build and deploy the site to GitHub Pages (branch: gh-pages). The workflow file is at .github/workflows/deploy.yml.
The CI workflow will run on pushes to main and nexorasim/patch-52082. It installs dependencies, runs optional validations, builds the site, and deploys the dist folder to gh-pages using the GITHUB_TOKEN.
Maintain plain text, professional formatting. No emojis are used in this README.