https://github.com/sectly/venue
Venue V2
https://github.com/sectly/venue
Last synced: 11 months ago
JSON representation
Venue V2
- Host: GitHub
- URL: https://github.com/sectly/venue
- Owner: Sectly
- License: bsl-1.0
- Created: 2024-08-20T10:07:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-23T18:24:15.000Z (almost 2 years ago)
- Last Synced: 2025-06-17T05:40:26.127Z (about 1 year ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```