This folder is a self-contained static site of the Fluentra prototype. The entry file is index.html.
- Go to https://app.netlify.com/drop
- Drag this entire folder onto the page
- You get a live URL instantly
- Go to https://vercel.com/new
- Drag this folder onto the page
- When asked, leave all settings as default — it auto-detects
index.html - Click Deploy
- Push this folder to a new GitHub repo
- Settings → Pages → Source:
mainbranch,/(root) - Visit
https://<username>.github.io/<repo-name>/
Just double-click index.html — it opens in your browser. Some screens need to be served (not file://) to load JSX correctly. Easiest local server:
cd fluentra_live
python3 -m http.server 8000Then open http://localhost:8000.