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.
To contribute, review the contribution guidelines.
The following steps will serve the website locally.
Install dependencies:
npm install
Run the development server:
npm run start
The following steps will run a production build check.
Install dependencies:
npm install
Run a build check:
npm run build