This repository holds the current developer documentation for Paima Engine, which is accessible on the website.
Everything placed in this repository (apart from images) is also packed in the Paima Engine executable, meaning you can also read them locally via ./paima-engine docs
. You can find the Paima Engine code and executable here
Note, the below instructions are for building this repository, and do not relate to Paima Engine.
$ yarn install
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.