Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alxndr/jrad-today
Highlight notable anniversaries in JRAD's history
https://github.com/alxndr/jrad-today
live-music music qwik typescript
Last synced: 19 days ago
JSON representation
Highlight notable anniversaries in JRAD's history
- Host: GitHub
- URL: https://github.com/alxndr/jrad-today
- Owner: alxndr
- Created: 2022-06-17T22:28:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T05:24:05.000Z (7 months ago)
- Last Synced: 2024-11-28T21:49:01.048Z (24 days ago)
- Topics: live-music, music, qwik, typescript
- Language: TypeScript
- Homepage: http://jrad.today
- Size: 1.48 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [JRAD.today]
This is the code behind the [Joe Russo's Almost Dead][JRAD] fan site [JRAD.today].
It is powered by [Qwik] and [GitHub Pages].
It uses data from [Almost-Dead.net].## Development
Development mode uses [Vite's development server](https://vitejs.dev/). For Qwik during development, the `dev` command will also server-side render (SSR) the output. The client-side development modules loaded by the browser.
```
npm run dev
```> Note: during dev mode, Vite will request many JS files, which does not represent a Qwik production build.
## Preview
The preview command will create a production build of the client modules, production build of `src/entry.preview.tsx`, and create a local server. The preview server is only for convenience to locally preview a production build, but it should not be used as a production server.
```
npm run preview
```## Deploying
This generates a SSG build in the `./dist/` subdir, commits it to the `gh-pages` branch, and pushes it. GitHub Actions then will publish those files to [GitHub Pages].
```shell
npm run deploy.prod
```[Almost-Dead.net]: https://almost-dead.net
[GitHub Pages]: https://pages.github.com
[JRAD]: http://www.joerussosalmostdead.com
[JRAD.today]: http://jrad.today
[Qwik]: https://qwik.builder.io