The source code of kurojifusky.com
and fusky.pet
, written in Astro and Svelte.
- Contentful
- Google Sheets API
- YouTube Data v3 API
- Node.js v21 or higher (LTS recommended)
- pnpm
This repo contains submodules and clone it with the following along with its corresponding submodules:
git clone https://github.com/kurojifusky/kurojifusky.com --recurse-submodules
cd kurojifusky.com
Install dependencies with pnpm
:
pnpm install # or pnpm i
For kurojifusky.com
# Dev server
pnpm run dev # or pnpm run dev:kuro
For fusky.pet
# Dev server
pnpm run dev:fp
Housekeeping
# Clean node_modules; dev leftovers such as .astro, .turbo
pnpm run cleanup
# Linting
pnpm run lint
# Format and fix code conventions
pnpm run lint:fix
© 2021-2025 Kerby Keith Aquino