Skip to content

wolffparkinson/necord-playground

Repository files navigation

Necord Playground

Collection of Necord samples for quick prototyping and testing stuff.

This project was generated using Nx.

Build

Prequisites

Usage

  • Fork this repository
  • Switch to branch you want to work upon. Use main branch to develop new example.
    git switch <branch>
  • Create a new branch
    git switch -c feat/new-example
  • Update environment variables
    cp .env.example .env
  • Install depedencies
    pnpm i --frozen-lockfile
  • Start playground in dev mode
    pnpm start playground
  • Code your heart out
  • Document your changes under Features
  • Commit and push your branch
  • Submit a PR to upstream

Features

  • /ping : Replies with pong

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published