crystal-web-example

Version, currently master branch1 version
  • master branchlatestJan 6, 2023

github.com/drhuffman12/crystal-web-example

example using https://github.com/lbguilherme/crystal-web

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  crystal-web-example:
    github: drhuffman12/crystal-web-example
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.5.0
License
MIT
Author
Daniel Huffman
Target
  • crystal-web-example from src/crystal-web-example.cr

Dependencies

Runtime Dependencies

  • web*github: lbguilherme/crystal-web

README

crystal-web-example

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

Compile via:

$ lib/js/scripts/build.sh src/main.cr --release

NOTE: This requires wasm-ld

Please install wasm-ld

See also: https://github.com/lbguilherme/crystal-web/issues/4

Contributing

  1. Fork it (https://github.com/your-github-user/crystal-web-example/fork)
  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