Thanks to visit codestin.com
Credit goes to github.com

Skip to content

youchan/gibier2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gibier2

A slide tool inspired Rabbit.

This is a slide app using ruby.wasm.

Setup

Clone the repo and bundle install ruby.wasm and etc...

git clone https://github.com/youchan/gibier2
cd gibier2/wasm
bundle install

Build ruby.wasm including necessary gems.

cd wasm
bundle exec rbwasm build -o dist/ruby.wasm

Pack gibier2 source code into ruby.wasm

bundle exec rbwasm pack ../public/wasm/ruby.wasm --dir ./src::/src -o ../public/wasm/app.wasm

Setup server-side

cd ..
bundle install

How to run

Run gibier server

bundle exec rackup

Open http://localhost:9161 then you can see the sample slide.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages