Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.
/ emojli Public archive

An open source implementation of Tom Scott and Matt Gray's Emojli concept

License

Notifications You must be signed in to change notification settings

Alanaktion/emojli

Repository files navigation

Emojli

An Open Source Laravel and Vue.js-based SPA implementation of Tom Scott and Matt Gray's Emojli app concept.

Requirements

  • PHP 7.1 or later (7.3 recommended)
  • MySQL 5.7 or later
  • Node.js (latest LTS)

Installation

Copy .env.example to .env and update with your app configuration.

composer install
npm ci

If you haven't manually set your crypto keys:

php artisan key:generate
php artisan jwt:secret

Development

npm run dev

Or, if you want to auto-compile the JS and CSS whenever it changes:

npm run watch

Production

npm run production

About

An open source implementation of Tom Scott and Matt Gray's Emojli concept

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages