~repos /website

#astro#js#html#css

git clone https://pyrossh.dev/repos/website.git

木 Personal website of pyrossh. Built with astrojs, shiki, vite.



.vscode/tasks.json



{
"version": "2.0.0",
"tasks": [
{
"type": "shell",
"label": "Dev",
"command": "bun run dev",
}
]
}