How you can edit the website as admin
You can edit content directly in the website files and then redeploy the site. No coding platform or paid CMS is required for basic updates.
1. Open the website folder
Open the project folder on your computer after extracting the ZIP.
Open the project folder on your computer after extracting the ZIP.
2. Edit the page you want
Use Notepad, Notepad++, or VS Code to edit files such as
Use Notepad, Notepad++, or VS Code to edit files such as
index.html, about.html, team.html or contact.html.3. Update images if needed
Replace images inside
Replace images inside
assets/img/ while keeping the same file names, or update the image paths in the page.4. Deploy again
Run
Run
firebase deploy --only hosting --project tracell-website-312c4 from the website folder to publish the changes.If you want, the site can later be upgraded to a simpler admin-managed CMS, but the current version is designed to stay lightweight and easy to own.
