This repository is a Chromia Rell template project with a pre-configured environment for GitHub Codespaces and Local Development using Docker. It includes all necessary tools to start building on Chromia immediately.
Use this repository as a template.
Click Use this template and choose Create a new repository or Open in a codespace.
Choose Open in a codespace to start a Codespace directly from this template.
Prerequisites:
- Docker must be installed and running.
- VS Code with the Dev Containers extension installed.
Setup:
- Clone your new repository locally.
- Open the project folder in VS Code.
- When prompted with Reopen in Container, click it. This builds and starts the development environment.
Once your environment is ready, use the integrated terminal to run Chromia CLI (chr) commands.
chr testchr buildThe environment comes pre-installed with:
- Chromia CLI (
chr) for project management, testing, and building. - PMC (
pmc) - the Chromia Project Management Console. - Pre-configured PostgreSQL database backend.
- Rell extension for syntax highlighting and language support in VS Code.
- A standard project structure including:
chromia.yml(Project configuration)src/main.rell(Hello World Rell module)src/test/(Example tests)