{"id":18255412,"url":"https://github.com/delaford/website","last_synced_at":"2025-04-04T17:31:13.517Z","repository":{"id":37546774,"uuid":"119221052","full_name":"delaford/website","owner":"delaford","description":"Manage and see player profile data.","archived":false,"fork":false,"pushed_at":"2023-02-02T10:29:26.000Z","size":3492,"stargazers_count":5,"open_issues_count":8,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-02-28T07:26:07.460Z","etag":null,"topics":["game-development","javascript","php","rpg"],"latest_commit_sha":null,"homepage":"https://delaford.com/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/delaford.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-28T02:33:25.000Z","updated_at":"2022-11-02T21:24:07.000Z","dependencies_parsed_at":"2023-02-02T20:02:08.537Z","dependency_job_id":null,"html_url":"https://github.com/delaford/website","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delaford%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delaford%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delaford%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delaford%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delaford","download_url":"https://codeload.github.com/delaford/website/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223150655,"owners_count":17095959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game-development","javascript","php","rpg"],"created_at":"2024-11-05T10:16:13.225Z","updated_at":"2024-11-05T10:16:14.092Z","avatar_url":"https://github.com/delaford.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Delaford website\n\n[![Build Status](https://travis-ci.org/delaford/website.svg?branch=master)](https://travis-ci.org/Delaford/website) \n\nRegister your player here to start your adventure.\n\n\n[![Greenkeeper badge](https://badges.greenkeeper.io/Delaford/website.svg)](https://greenkeeper.io/)\n\n---\n\nFirst, create your `MySQL` database. Easy peasy. Call it `delaford`, I guess. Then fork this repo.\n\nSecondly, in your terminal, make a new directory called `delaford` and type the following:\n\n      git clone https://github.com/YOUR_USERNAME/website\n      cp .env.example .env\n\nThen, let's edit the `.env` file we just created from our last command (`cp`) and put in the database credentials.\n\nNow, let's make the website. In your terminal, at `/delaford/website/`, type:\n\n      composer install\n      php artisan jwt:secret\n      php artisan key:generate\n      php artisan migrate\n      php artisan config:cache\n      yarn install\n      npm run dev\n\nYour website's CSS should now be compiled and your database's tables should now be created. Also, your secret JWT authentication key was created along with the Laravel application key.\n\nTime to make your player! Let's serve up the website:\n\n      $ php artisan serve\n\nNow go to `https://localhost:8000` and register your player account. You are all set!\n\n### Caution\n\nThis is NOT needed to run the game locally. When Delaford runs locally, it creates a local player.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelaford%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelaford%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelaford%2Fwebsite/lists"}