Skip to content

ChromiaProject/hello-world-chromia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World Chromia Template

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.

Quick Start

Use this repository as a template.

Create your repository

Click Use this template and choose Create a new repository or Open in a codespace.

Choose your development environment

GitHub Codespaces

Choose Open in a codespace to start a Codespace directly from this template.

Local Development

Prerequisites:

Setup:

  1. Clone your new repository locally.
  2. Open the project folder in VS Code.
  3. When prompted with Reopen in Container, click it. This builds and starts the development environment.

Usage

Once your environment is ready, use the integrated terminal to run Chromia CLI (chr) commands.

Run tests

chr test

Build the project

chr build

What's Included

The 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)

Resources

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages