starting over, and the makings thereof
| .agents | ||
| .github/agents | ||
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| astro.config.mjs | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| svelte.config.js | ||
| tsconfig.json | ||
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/.