https://github.com/z7pz/giveaways
🥽 Discord giveaway bot
https://github.com/z7pz/giveaways
Last synced: about 1 year ago
JSON representation
🥽 Discord giveaway bot
- Host: GitHub
- URL: https://github.com/z7pz/giveaways
- Owner: z7pz
- License: apache-2.0
- Created: 2022-06-19T18:56:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T11:06:58.000Z (almost 4 years ago)
- Last Synced: 2025-02-15T19:29:50.753Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://github.com/giveaways
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
I am not gonna work rn!!
Welcome to Giveaways bot
# 🗺 Roadmap!
- [ ] Design
- [ ] Brand
- [ ] Create a brand
- [ ] Web design
- [ ] Client
- [ ] Create project using solid-js
- [ ] Server
- [ ] Cooldown system
- [ ] Discord bot
- [ ] Commands and Events registery
- [ ] Support slash commands
- [ ] Api
- [ ] Routes Registery
- [ ] Decorators
- [ ] Rate limiter
- [ ] Formater
- [ ] Routes
- [ ] Auth route(s)
- [ ] Giveaways route(s)
- [ ] General routes(s)
# 🚀 Run Locally!
## Clone the project
```bash
git clone https://github.com/z7pz/giveaways.git
```
## Go to the project directory
```bash
cd giveaways
```
## Install dependencies with:
### `npm`
```bash
npm install
```
### `yarn`
```bash
yarn
```
### `pnpm`
```bash
pnpm install
```
## Then run the project and have fun! 😀
```bash
npm run start
```
# 📝 License
Refer to the [LICENSE](LICENSE) file.