gizmo
installation
types of hosting
gizmo can be hosted on any static site platform.
this includes Github Pages, and Git.gay.
most static hosting sites allow you to clone a github repo.
you can also use a github codespace or zip download to run it locally.
static hosting
go to the repository, click on the green code button, and copy the url ending in .git
you can use that url to clone the repository.
hosting
github codespaces
on the repo, click the green code button, and select the codespaces tab.
click the green "new codespace" button, and wait for it to load.
it should automatically run "yarn install" and "yarn start".
if you need to re-start it, just run "yarn start".
local
go to the repository, click on the green code button, and copy the url ending in .git
run "git clone [url]" to clone the repository to the location you're in with the terminal.
cd into the new folder and run "npm start"