🦸♂️ A tiny app for information of superhero and supervillain, simple and just for fun.
API is powered by SuperheroAPI.
git clone https://github.com/kwrush/superpower.git
cd superpower
touch .env.local
echo "ACCESS_TOKEN=<Your access token>" >> .env.local
npm ci
npm run dev