Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 675 Bytes

File metadata and controls

31 lines (20 loc) · 675 Bytes

RenderObjects.com

Articles and guides to help developers create their own RenderObjects.

Local Development

Install the Jaspr CLI:

dart pub global activate jaspr_cli

Build

jaspr build

Output is written to build/jaspr/.

Serve Locally

jaspr serve

Available locally at http://localhost:8080.

Deploy to Production

Merging to main automatically builds and deploys the site to renderobjects.com via GitHub Actions and GitHub Pages.

To deploy, open a PR against main and merge it. The deployment workflow runs on every push to main; progress is visible under the repo's Actions tab.