Collection of Necord samples for quick prototyping and testing stuff.
This project was generated using Nx.
- 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
/ping
: Replies with pong