Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 799 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 799 Bytes

Contributing to PatchyVideo/Tungsten

Repo Setup

Please note that in order to launch this repo, you'll need to install Node.js >=v20.

This repo is using pnpm for package menagement, make sure to use pnpm while installing and linking dependencies.

We recommend using Visual Studio Code for code editing. Be sure to install recommended extensions.

For testing GraphQL, head on to https://patchyvideo.com/be/gql/graphiql.

Commands

# clone the repo
$ gh repo clone PatchyVideo/Tungsten # or `git clone https://github.com/PatchyVideo/Tungsten`
$ cd Tungsten

# install dependencies
$ pnpm i

# codegen
$ pnpm codegen

# lint & format
$ pnpm lint:fix

# launch nuxt dev server
$ pnpm dev

# build nuxt server
$ pnpm build