Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (25 loc) · 992 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 992 Bytes

AwardBot - A open-source giveaway bot. ⭐

Terms of Use

- You have the permission to shoot and share videos, but you have to mention us and our server in the video.
- You cannot use our branding anywhere on your site & claim it as your own.
- You have the permission to share in writing, but you have to mention us, our server, in the article.
- You can't speak in a "we did it" way.
- You cannot sell this.
- Don't touch this part on footer;


🛠 Run Server

Development Server

npm install --s --f && npm run dev
# or
yarn install && yarn dev

Production Server

npm install --s --f && npm run build && npm run start
# or
yarn install && yarn build && yarn start

Open http://localhost:3000 with your browser to see the result.

⭐ Star

  • Don't forget to star this repo for support :)