An open API service indexing awesome lists of open source software.

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

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.