https://github.com/amanoteam/site-lyricspy
LyricsPy web properties
https://github.com/amanoteam/site-lyricspy
astro css javascript tailwindcss typescript
Last synced: about 2 months ago
JSON representation
LyricsPy web properties
- Host: GitHub
- URL: https://github.com/amanoteam/site-lyricspy
- Owner: AmanoTeam
- Created: 2019-10-20T00:27:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T01:48:33.000Z (about 1 year ago)
- Last Synced: 2025-08-17T03:42:34.629Z (2 months ago)
- Topics: astro, css, javascript, tailwindcss, typescript
- Language: Astro
- Homepage: https://lyricspy.amanoteam.com
- Size: 555 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LyricsPy website
## Building
```bash
bun install
bun run build
```Build results are in the `dist` directory.
## Testing
```bash
bun run dev
```