Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1019 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 1019 Bytes

Welcome to Luminae Wikia

This is where you will find information about your favorite fauna and flora in the Luminae world!

Check the live project on: Luminae Wikia

Goals:

I created this project to showcase the use of TypeScript, GraphQL, and React.

Licensing:

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.

Running Locally:

  1. You can clone this repo to modify it for your own world with: git clone https://github.com/kin-cunico/luminae_wikia_app.git
  2. Change to cloned directory: cd luminae_wikia_app
  3. 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.
  4. Run the project locally: npm run dev