Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 428 Bytes

🦸‍♂️ A tiny app for information of superhero and supervillain, simple and just for fun.

API is powered by SuperheroAPI.

Quick Start

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

open http://localhost:3000