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

https://github.com/sectly/venue

Venue V2
https://github.com/sectly/venue

Last synced: 11 months ago
JSON representation

Venue V2

Awesome Lists containing this project

README

          

# Venue V2

Venue V2

## Bug Reports, Issues & Suggestions:
- Step 1: Check In Issues If Theres Not Already An Issue Open With Your Problem/Inqury
- Step 2:
- A: If You Cant Find An Issue, Open A New One With The Subject: "Bug Report: "
- B: If You Have A Suggestion, Open A New Issue With The Subject "Suggestion: "
- Step 3: Follow The Format:
WIP

## Self-Host Install:

> WIP

## Contributing:

- Step 1: Follow The: Development/Contribute Install
- Step 2: Contribute! :D
- Step 3: Open An PR

## Development/Contribute Install:

### Requirements:
- Node.JS V20 Or Later (https://nodejs.org/)
- PNPM (npm i -g pnpm)
- Basic Understanding Of: Node.js, PNPM, Discord.js & Such

### Clone The Repo:
```bash
git clone https://github.com/Sectly/Venue.git
```

### Installation:
Install the packages:
```bash
pnpm install
```

### Testing:
Start in development mode with pnpm:

```bash
pnpm dev
```