https://skyweavergiveaway.vkabc.xyz/
credits to https://github.com/arilotter/vaportrade for sequence api related code
- [Vue 3]
- [Vite]
- [Tailwind CSS]
This is an example of how you can set up your project locally. To get a local copy up and running follow these simple example steps.
1.get cors anywhere
https://github.com/Rob--W/cors-anywhere
clone cors anywhere to local
export PORT=49154
export CORSANYWHERE_WHITELIST=http://localhost:3000
npm i
node server.js
- Clone this project
clone the project to local
npm i
npm run dev (check if its running localhost 3000 if not whitelist it for corsanywhere as mentioned above)