Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

HarryAllen1/webmaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remade from scratch to avoid breaking rules about compiling* and HTML-generation

* JS and CSS are now bundled. HTML is never generated.

Development

Most of the site works just fine without a build step. You should be able to edit exclusively content without any actual environment. If you need to bundle the JS files for whatever reason, run:

deno run -A ./build.ts

(you will need Deno)

DO NOT COMMIT ANY OF THE CHANGES FROM THIS COMMAND!

To start a tailwind server, run:

npx pnpm i
npm run tailwind:watch

(you will need Node JS)

Previewing/Deploying

You can preview the live site with the following:

deno run --allow-net --allow-read ./server.ts

URLs

This site is deployed to way too many urls.

Deno Deploy (preferred)

Vercel

Cloudflare Pages

Netlify

Firebase

Azure Static Web Apps