ewired / gjs-guide

Unofficial mirror of gjs-guide

Home Page:https://gitlab.gnome.org/ewlsh/gjs-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GJS Guide

GJS Guide is a portal for information, tutorials and documentation for the GNOME JavaScript bindings and GNOME Shell extensions. The website is deployed at http://gjs.guide/

Instructions

You can build an run the site locally with yarn:

# Clone gjs-guide
git clone https://gitlab.gnome.org/ewlsh/gjs-guide.git
cd gjs-guide

# Build with yarn (https://classic.yarnpkg.com/en/docs/install/)
yarn
yarn build

# Run the site locally (http://localhost:8080/)
yarn dev

Contact

Contributions are welcome and you can get in touch with the team on IRC/Matrix, submit a merge request or open a new issue.

About

Unofficial mirror of gjs-guide

https://gitlab.gnome.org/ewlsh/gjs-guide

License:MIT License


Languages

Language:JavaScript 99.2%Language:CSS 0.6%Language:Shell 0.2%