github

luckyframework / web

  • воскресенье, 29 октября 2017 г. в 03:14:40
https://github.com/luckyframework/web


Catch bugs early, forget about most performance issues, and spend more time on code instead of debugging and writing tests.



github banner-short

Installation

  1. Install the Lucky CLI: https://github.com/luckyframework/cli#installing-the-cli
  2. Run lucky init {project_name}
  3. Run lucky dev to start the server

Status

Lucky is still in its early stages. A guide will be written once the API is more stabilized.

Testing

You need to make sure to install the Crystal dependencies.

  1. Run crystal deps
  2. Run crystal spec from the project root.

Sign up for updates

Sign up for updates on new blog posts, guides, and new releases at the Lucky website

Contributing

  1. Fork it ( https://github.com/luckyframework/web/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