Jac Playground
Jac Playground
Section titled “Jac Playground”This directory contains the built files for the Jac interactive playground.
Source Repository
Section titled “Source Repository”The playground source code is maintained in a separate repository: https://github.com/jaseci-labs/jac_playground
Deployment Process
Section titled “Deployment Process”The playground files in this directory are dynamically generated during the documentation deployment process:
- The deployment workflow clones the
jac_playgroundrepository - Updates the
PLAYGROUND_PATHconfiguration for the documentation environment - Installs dependencies and builds the React application
- Copies the built files to this directory
- Includes them in the Docker image for serving
Important Notes
Section titled “Important Notes”- Do not commit built files to this repository - they are generated automatically during deployment
- The playground is only available in the deployed documentation server
- All playground development should be done in the source repository linked above