Skip to content

MagedAhmad/Realtime-components

Repository files navigation

ONLINE COMPONENTS

Build Status

A service to share code snippets and components Live site

Realcomponents demo preview

ABOUT

Project is originally built for learning porpuses. it's like codepen. Used CodeMirror to ship the online text editor.

Technologies: Laravel, Vue.

INSTALLATION

composer install
cp .env.example .env
php artisan key:generate
npm install
php artisan migrate

Contribution

If you want to contribute make sure that

  • All tests are passing.
  • Cover your code with unit tests.
  • Open new Issue describing the bug/new-feature .
  • Push a pull request to solve the issue.

License

It's an open source project licensed under MIT license.