Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 447 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 447 Bytes

CC:FF7 Bestiary

Crisis Core: Final Fantasy VII bestiary, it's integrated with the Final Fantasy Fandom API

Allows to search by enemy or item name (droped and stealed items).

A running version of the project could be found here: Live Link

Environment

cp .env.example .env

Development

yarn install
yarn dev

Build

yarn build