Skip to content

resonatehq/distributed-async-await.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b2dc57f · May 16, 2025

History

67 Commits
May 16, 2025
Apr 17, 2025
Mar 28, 2025
Apr 16, 2025
Mar 27, 2025
Mar 25, 2025
Apr 3, 2025
Mar 21, 2025
Apr 3, 2025
Mar 25, 2025
Apr 8, 2025
Mar 25, 2025
Mar 25, 2025

Repository files navigation

Distributed Async Await specification

This repository serves as the source of truth for the Distributed Async Await specification.

It serves the specification to distributed-async-await.io

The website uses Docusaurus 2, a modern static website generator.

Contributing

To contribute, review the contribution guidelines.

Local preview

The following steps will serve the website locally.

Install dependencies:

npm install

Run the development server:

npm run start

Local build check

The following steps will run a production build check.

Install dependencies:

npm install

Run a build check:

npm run build