Skip to content

resonatehq/distributed-async-await.io

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