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
- Host: GitHub
- URL: https://github.com/olillin/gamma-quickstart
- Owner: olillin
- Created: 2026-04-10T06:45:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-04-10T14:31:15.000Z (4 months ago)
- Last Synced: 2026-04-10T16:24:42.959Z (4 months ago)
- Language: TypeScript
- Homepage: https://gamma-docs.olillin.com/quickstart
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```