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.
- Host: GitHub
- URL: https://github.com/meisyal/sastrawi-ruby-demo
- Owner: meisyal
- License: mit
- Created: 2017-11-12T16:12:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T02:23:43.000Z (over 3 years ago)
- Last Synced: 2023-02-28T14:46:38.873Z (over 3 years ago)
- Topics: ruby, sinatra-applications
- Language: HTML
- Homepage: https://sastrawi-ruby-demo.herokuapp.com
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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