https://github.com/serhalp/release-train
Front-end framework release schedule
https://github.com/serhalp/release-train
frameworks front-end-frameworks
Last synced: 8 months ago
JSON representation
Front-end framework release schedule
- Host: GitHub
- URL: https://github.com/serhalp/release-train
- Owner: serhalp
- Created: 2024-10-20T16:31:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T18:53:38.000Z (over 1 year ago)
- Last Synced: 2025-02-18T19:44:45.492Z (over 1 year ago)
- Topics: frameworks, front-end-frameworks
- Language: Svelte
- Homepage: https://release-train.netlify.app/
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Release Train
The latest and upcoming front-end framework major releases, displayed in the style of a [train
station split-flap display](https://en.wikipedia.org/wiki/Split-flap_display) for some reason.
## Development
This is an Astro site. It uses Svelte 5 for interactivity.
It is deployed to Netlify.
It uses the PNPM package manager.
### 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :----------------- | :---------------------------------------------- |
| `pnpm install` | Install dependencies |
| `pnpm run dev` | Start local dev server at `localhost:4321` |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm run check` | Run typechecking and Astro + Svelte diagnostics |
| `pnpm run preview` | Preview your build locally, before deploying |
### Contributing
The release data is in a plain JSON file in `src/data/releases.json`. Feel free
to send PRs with updates.