Skip to content

prod9/atkcheck

Repository files navigation

ATKCheck

Web for upload ATK and sent information to discord channel and google sheet . https://atkcheck.prodigy9.co/

🚀 Getting start

  • Install pnpm
  • Clone the project
  • create .env and copy .env.example
# create google OAuth access credentials
VITE_GOOGLE_CLIENT_ID=""
VITE_GOOGLE_CLIENT_SECRET=""
VITE_GOOGLE_OAUTH_REDIRECT_URL="http://localhost:3000"
# copy id from google sheet
VITE_GOOGLE_SHEET_ID=""
# create script in google sheet script app, deploy and get script url
VITE_GOOGLE_SCRIPT_URL=""
# discord webhook url
VITE_DISCORD_WEBHOOK_URL=""
# transloadit auth key
VITE_TRANSLOADIT_AUTH=""
  • run pnpm install to install dependencies

💻 Developing

pnpm run dev

# or start and expose server to other devices on this network

pnpm run dev --host

🏠 Building

To create a production version of your app:

pnpm run build

🌍 Deploy

Push to the main branch to deploy on production.

📝 References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published