starting over, and the makings thereof
Find a file
2026-05-12 03:02:53 -04:00
.agents Integrations 2026-05-11 22:00:11 -04:00
.github/agents Integrations 2026-05-11 22:00:11 -04:00
.vscode Squashy 2026-05-09 19:00:30 -04:00
public Squashy 2026-05-09 19:00:30 -04:00
src Fix alias 2026-05-12 03:02:53 -04:00
.gitignore Squashy 2026-05-09 19:00:30 -04:00
astro.config.mjs Integrations 2026-05-11 22:00:11 -04:00
package.json Integrations 2026-05-11 22:00:11 -04:00
pnpm-lock.yaml Integrations 2026-05-11 22:00:11 -04:00
pnpm-workspace.yaml Squashy 2026-05-09 19:00:30 -04:00
README.md Update readme.md 2026-05-11 23:14:28 -04:00
svelte.config.js Integrations 2026-05-11 22:00:11 -04:00
tsconfig.json Fix alias 2026-05-12 03:02:53 -04:00

Scratch, and the starting over thereof.

Building this by hand, one part at a time. Eventually, it will be some sort of web page, but at present is a assemblage of various techniques that I am exploring. I don't know what I'm doing, not really.

Usage

You will need a Node.js environment to use this project. Clone it by running:

git clone https://git.hypnagaga.com/wires/scratch.git

Enter the directory in which it was cloned, then run:

pnpm install && pnpm run dev

Node will install packages. Then Astro will build, start the development server, and then display the URL of the dev server. By default, it will be http://localhost:4321/.