/jamar

Primary LanguageVueMIT LicenseMIT

Installation (development)

Prerequisites

$ git clone git@github.com:ortzinator/jamar.git
$ cd jamar && composer install && npm install
$ sail up
$ npm run dev
  • Visit http://localhost/register and make an account
  • Find your new account in the database and set the role_id to 3 to make yourself an admin

Installation (production)

TBD