This repository was created to be used during the SheSharp Hackathon 2021 as a boilerplate for one of the challenges proposed.
To be able to develop a Vanilla website you will need:
- A github account and repository
- VS Code installed on your machine
- Live Server extension on VS Code
- With Live Server installed you can start a dev server follow the instructions on the install page
- Now you are ready to develop your site!
- On your github repo go to the settings tab
- In the menu at the left select the Pages tab
- At Source select the branch:
main
- Keep the folder as: "/ (root)"
Now you should see a green popup with your link
Because you have set up the GitHub pages it should be updated when you update your selected branch