Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 798 Bytes

File metadata and controls

31 lines (21 loc) · 798 Bytes

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.