Skip to content

sikoramodra/Thiria

Repository files navigation

Thiria Logo

License

About Thiria

Thiria is a web application designed for enthusiasts of fantasy worlds and creative expression, that allows for creating custom creatures.

Run Locally

Clone the project

  git clone https://github.com/sikoramodra/Thiria

Go to the project directory

  cd Thiria

Create proper .env file

  cp .env.sample .env

Install dependencies

  composer i
  npm i

Generate keys

  php artisan key:generate

Migrate the database

  php artisan migrate:fresh --seed

Run the project

  npm run dev
  php artisan serve

And go to http://localhost:8000/

License

The Thiria is open-source software licensed under the GPL v2 license.

About

A web app for creating custom creatures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published