Skip to content

jonathandey/oak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Jonathan Dey
Nov 5, 2021
3446fe7 · Nov 5, 2021

History

9 Commits
Nov 5, 2021
Nov 5, 2021
Nov 5, 2021
Nov 5, 2021
Nov 5, 2021
Nov 5, 2021
Nov 5, 2021
Nov 5, 2021
Nov 5, 2021

Repository files navigation

Oak

An alternative to the ray app, written in Crystal, that you use in your browser.

Installation

First, ensure you have Crystal installed

git clone https://github.com/jonathandey/oak
shards install
export KEMAL_ENV=production
crystal build -o ./oak --release src/oak.cr

Usage

Run the oak server:

./oak

Then navigate to http://127.0.0.1:23517/console

Finally, start sending ray data using the PHP ray() function

Development

git clone https://github.com/jonathandey/oak
crystal run src/oak.cr

Contributing

  1. Fork it (https://github.com/jonathandey/oak)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

A ray browser alternative

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published