This is where you will find information about your favorite fauna and flora in the Luminae world!
Check the live project on: Luminae Wikia
I created this project to showcase the use of TypeScript, GraphQL, and React.
This project is license under Apache 2. Check the LICENSE. Please note that this licensing does not include licensing for the frameworks and libraries used in this project.
For the licensing of any library and framework used, please check their own licensing agreements.
- You can clone this repo to modify it for your own world with:
git clone https://github.com/kin-cunico/luminae_wikia_app.git
- Change to cloned directory:
cd luminae_wikia_app
- Install dependencies (NOTE: I did not create a
requirements.txt
file yet, but hopefully soon I will provide one. For now you can install dependecies manually. - Run the project locally:
npm run dev