An open API service indexing awesome lists of open source software.

https://github.com/meisyal/sastrawi-ruby-demo

Source of sastrawi-ruby demo website.
https://github.com/meisyal/sastrawi-ruby-demo

ruby sinatra-applications

Last synced: 5 months ago
JSON representation

Source of sastrawi-ruby demo website.

Awesome Lists containing this project

README

          

# sastrawi-ruby-demo

This repository contains source code of [sastrawi-ruby][sastrawi-ruby] demo
website. The demo website itself can be accessed at
.

## How to Run

1. Make sure you have installed [Ruby][download-ruby] with [Bundler][bundler]
on your local computer.
2. Clone this repository.

```sh
$ git clone https://github.com/meisyal/sastrawi-ruby-demo.git
```

3. Change the directory to the cloned repository and install dependencies.

```sh
$ bundle install
```

4. Run the app.

```sh
$ ruby app.rb
```

The application runs at by default.

## License

This demo website is released under the terms of MIT License. See the
[LICENSE][license] file for more details.

Copyright © 2017-2022 Andrias Meisyal.

[sastrawi-ruby]: https://github.com/meisyal/sastrawi-ruby
[download-ruby]: https://www.ruby-lang.org/en/downloads/
[bundler]: https://bundler.io
[license]: https://github.com/meisyal/sastrawi-ruby-demo/blob/master/LICENSE.txt