Put your site online
This is the by-hand way: you have the site as a folder of files and you drag it in yourself. (Rather not touch files at all? Connect your AI and just ask; that’s the usual way.)
You’ve got your folder (with an index.html right inside it). Here’s how to put it online.
-
Create your project. Sign in to Bailey, create a new project, and pick its address (for example
my-cafe). It has to be unique, and it’s yours to keep. -
Get the right folder ready. Open the folder you want to publish and check that an
index.htmlfile is right inside it (not tucked away in a sub-folder). If it isn’t, you probably don’t have the right folder yet → see What is “the folder”. -
Drag and drop. Drag the folder (or everything inside it) into Bailey’s drop zone. It goes live immediately.
-
Open your address. Your site is now live at the address you picked in step 1. Share it. It’s online.
-
Need to make a change later? Update your folder, then drop it in again. The new version replaces the old one. Your address never changes.
Quick checklist before you upload
Section titled “Quick checklist before you upload”- There’s an
index.htmlright inside the folder. - If your tool produces a
dist/build/outfolder, that’s the one I’m uploading. - If I’m not sure, my project uses relative paths (see the link above).
That’s it. Nothing else to configure.