gren-lang / book

The Gren Programming Language
BSD 3-Clause "New" or "Revised" License
20 stars 5 forks source link

The Gren Programming Language

This repo contains the source code of "The Gren Programming Language", available to read from gren-lang.org.

Development

Built with Starlight. Install with:

npm install

For local development, start the dev server with:

npm run dev

Deploy

To generate a production build in docs/, run:

npm run build

To preview the production build locally, after running the build:

npm run preview

Commit the changes to automatically update via github pages.