An open API service indexing awesome lists of open source software.

https://github.com/olillin/gamma-quickstart

Code for the Gamma Quickstart Guide
https://github.com/olillin/gamma-quickstart

Last synced: about 2 months ago
JSON representation

Code for the Gamma Quickstart Guide

Awesome Lists containing this project

README

          

# Gamma Quickstart

This is the code template which accompanies the [Gamma Quickstart Guide](https://gamma-docs.olillin.com/quickstart). The final code can be found on the [final](https://github.com/olillin/gamma-quickstart/tree/final) branch.

## Starting the dev server

After installing dependencies you can start the development server with this command:

```console
npm run dev
```