✨ LIVE DEMO ✨
Heliopolis is a fan-created platform where you can learn more about HelioHost and their mission to provide full-featured web hosting services for free.
This project is not affiliated with or endorsed by any official entities and is designed as an informational resource only.
Any characters, likenesses, or entities depicted in this project are entirely fictional and not intended to represent real people or real talking animals. 🐰
The portrayal of technology and network security is purely for entertainment and should not be taken as an accurate representation of real-world practices. 😄
Heliopolis_Demo_Video.mp4
- Help your character explore by clicking (desktop) or tapping (mobile)
- Approach or touch objects and characters to interact
- Refresh the browser to play as a different character
- HelioHost banner by realvanyek
- Sun icon favicon by Icons8
- Clone this repo to your local machine
- From the project root in your terminal, install dependencies using the
npm i
(ornpm install
) command
- Run
npm run dev
- The development app will be served at http://localhost:5173
- Run
npm run build
- Static pages ready for deployment will be generated inside the
dist
folder
- Run
npx serve@latest dist
- The production app will be served at http://localhost:3000