The official Project HELIA Website! You can find it deployed to projecthelia.org.
The website uses vanilla HTML/CSS/JS for simplicity. It's a single page landing page with project details and links to socials & github, so a framework isn't necessary. I'd like to keep it as simple as possible too.
If you're interested in helping, check the issues tab for tickets you can work on. Fork the project (or create a branch for yourself based off main) to work on the project and pull request into the main (production) branch. Please don't work on the production branch in case you break stuff and it gets deployed.
To set up the development environment, I'd recommend using VScode with the "Live Server" extension.
Then right clicking the index.html file and selecting "Live Server" will open the browser and hot reload your changes.
This means you don't need to refresh every time you make a save (crtl+s) you'll be able to see your changes happening instantly :D
If you do this I would recommend enabling auto save (File->Auto Save) for instant refreshes whenever you make changes (no need to save manually)!