LyricsPy web properties
Find a file
2024-09-28 22:48:25 -03:00
.vscode initial migration to Astro 2024-07-07 16:46:47 -03:00
src feat: support showing source logos 2024-09-28 22:48:25 -03:00
.editorconfig add editorconfig file 2022-07-14 19:40:14 -03:00
.gitignore initial migration to Astro 2024-07-07 16:46:47 -03:00
astro.config.ts add biome linting 2024-07-20 15:30:38 -03:00
biome.json add biome linting 2024-07-20 15:30:38 -03:00
bun.lockb chore: update dependencies 2024-09-28 22:14:18 -03:00
package.json feat: support showing source logos 2024-09-28 22:48:25 -03:00
README.md initial migration to Astro 2024-07-07 16:46:47 -03:00
tailwind.config.ts replace .then() syntax with modern await 2024-07-27 22:22:35 -03:00
tsconfig.json add biome linting 2024-07-20 15:30:38 -03:00
wrangler.toml initial migration to Astro 2024-07-07 16:46:47 -03:00

LyricsPy website

Building

bun install
bun run build

Build results are in the dist directory.

Testing

bun run dev