A easy to view, list of all websites, domains, and subdomains that VMG Ware has or runs!
-
Clone the repo.
git clone https://github.com/VMGWare/sites.git cd sites
-
Install dependencies and start the development server.
bun install bun dev
-
Build the site.
bun run build bun preview # This will start a preview server. Do not use this for production.
This will build the site and place the files in
dist/
. You can serve the files from there however you like.