Notejam demo application using Blink framework
- Clone the repository to you machine.
- Run
vagrant upto create the VM. - SSH to do VM.
- Install Swoole extension. Check this article.
- Go to the application directory. (
cd /vagrant/blink/) - Run
composer update. - Create the database file.
touch src/database/blink.sqlite - Run migrations.
php blink migrate - Run the server.
php blink server serve - Open app on your browser.
http://yourhost.local:8080
Please send your pull requests in the master branch. Always prepend your commits with framework name:
Blink: Implemented sign in functionality
Read contribution guide for details.