Altranked is an idle game I decided to build while I was on a loss streak in Valorant. I wanted to build something that would let me rank up without having to play the game.
This project was built using the following technologies:
To run this project locally, you will need to have the following installed:
To start the api server, run the following commands:
npm run up:dev
npm run apiTo start the frontend, run the following commands:
npm run webTo deploy this project, you will need to have the following
First, you have to modify the wrangler.toml file to include
your d1 database credentials, as well as the .env.production file to
your domain. Then, you must run the frontend build
command npm run build. You will have to create a cloudflare pages site
and manually upload the dist folder to the site. Finally you can
deploy the api with npm run deploy:api.
Following deployments can just be run with npm run deploy