Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 623 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 623 Bytes

This project is built with React and deployed with Netlify, running at unstable.kedarv.com. Card images are scraped from the Unstable Unicorns fan wiki with Python, using BeautifulSoup and Requests.

Running Unstable Locally

Clone the repository, and run yarn to install dependencies.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.