Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.02 KB

readme.md

File metadata and controls

33 lines (20 loc) · 1.02 KB

Keys.lol

This repository contains the website for Keys.lol.

The code that generates the keys is in a separate repository.

Laravel version

Compare to laravel master

Installation

Make sure the keys generator executable is available from $PATH.

cp .env.example .env

# Fill in the .env file

composer install

php artisan key:generate

artisan migrate:fresh
 
npm install && npm run dev

Contributing

Feel free to open a pull request if you want to add new features, or if you want to help improve the code, design, text, seo, or any other part of the website.

If you want want to discuss an idea with me before implementing it, you can contact me by email, twitter, or by opening an issue.

License

This project is open-sourced software licensed under the MIT license