Welcome to the official Cartesi documentation repository. This documentation is built using Docusaurus 2.4.3.
Fork, clone the repository and install dependencies:
yarn install
The following command will start a local development server on http://localhost:3000
and open a browser window.
Most changes are reflected live without having to restart the server.
yarn start
To create a production build:
yarn build
This command generates static content in the build
directory, which can be served using any static content hosting service.
This repo build is automatically deployed using AWS Amplify.
The following branches and pull requests are deployed to the following URLs:
Branch | URL |
---|---|
main | https://github.com/cartesi/docs |
We welcome contributions to improve the documentation! Please see the Contributing Guide for more details.
This project is licensed under the Apache 2.0 License.