8000 GitHub - dkoontz/gren-book: The Gren Programming Language Book
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dkoontz/gren-book

 
 

Repository files navigation

The Gren Programming Language

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

Built with Starlight.

Development

Install nodejs or start a devbox shell. Then:

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.

About

The Gren Programming Language Book

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 94.7%
  • JavaScript 5.0%
  • TypeScript 0.3%
0