saadq
proposals.es
TypeScript

๐Ÿ“š A website for exploring ECMAScript proposals/champions/specs and more.

Last updated Oct 16, 2025
189
Stars
4
Forks
16
Issues
0
Stars/day
Attention Score
3
Language breakdown
TypeScript 99.4%
JavaScript 0.4%
Shell 0.2%
โ–ธ Files click to expand
README

proposals.es

A website for keeping up to date with ECMAScript proposals.

Created with React, TypeScript, and Next.js.

Developing

Setup

  • Clone this repo
  • Create a .env file in the root folder
  • Inside the .env file, add your GitHub personal access to an entry like:
GITHUBTOKEN=ghpsomeRandomText123

You can look at the GitHub docs on how to create a personal access token if you don't have one.

Running

You can start the dev server by running:

npm run dev

Debugging

You can debug the server code by starting your server with a different command:

npm run debug

Once you have the server started, you can open your browser and open the inspect tab. As an example, you can open Chrome by going to chrome://inspect in your browser and then click the inspect link near the bottom.

License

MIT

Disclaimer

This site is not affiliated with TC39 or Ecma International.

ยฉ 2026 GitRepoTrend ยท saadq/proposals.es ยท Updated daily from GitHub