Work in progress! Please consider providing feedback on the GitHub issues page.
This repository contains the spec for a revamped Motoko base library.
If you are new to Motoko, the current version of the base library is available here.
Run the following commands to configure your local development branch:
# First-time setup
git clone https://github.com/dfinity/new-motoko-base
cd new-motoko-base
npm ci
# Run code formatter
npm run format
It's possible to generate a documentation preview by running the following command:
npm run docs
We automatically generate previews for each pull request.
PRs are welcome! Please check out the contributor guidelines for more information.